diff options
| author | Amaury Levé | 2018-06-25 13:41:54 +0200 |
|---|---|---|
| committer | Elena Vilchik | 2018-06-26 11:16:30 +0200 |
| commit | 12d9eddb516233de212434b329a35e114c387c5c (patch) | |
| tree | 79b161c5787e98fc1b5bd60c764c59870d737bca /its/plugin/projects/issues-project/src/file2.less | |
| parent | 7a31cb18a718601f31766cf8e02c6ad85f3916f0 (diff) | |
| download | sonar-css-12d9eddb516233de212434b329a35e114c387c5c.tar.bz2 | |
Rule S4654: CSS properties should be valid
Diffstat (limited to 'its/plugin/projects/issues-project/src/file2.less')
| -rw-r--r-- | its/plugin/projects/issues-project/src/file2.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/its/plugin/projects/issues-project/src/file2.less b/its/plugin/projects/issues-project/src/file2.less index 072a687..f6718d5 100644 --- a/its/plugin/projects/issues-project/src/file2.less +++ b/its/plugin/projects/issues-project/src/file2.less @@ -2,7 +2,7 @@ @import "a.css"; /* S1128 | no-duplicate-at-import-rules | Doesn't raise for LESS */ .class1 { -background-color: #ffw; /* S4647 | color-no-invalid-hex */ + background-color: #ffw; /* S4647 | color-no-invalid-hex */ width: 100pixels; /* S4653 | unit-no-unknown */ /* */ /* S4663 | comment-no-empty */ content: "first @@ -11,12 +11,14 @@ background-color: #ffw; /* S4647 | color-n color: orange; /* S4656 | declaration-block-no-duplicate-properties */ font: 1em/1.3 Times; /* S4649 | font-family-no-missing-generic-family-keyword */ font-family: serif, serif; /* S4648 | font-family-no-duplicate-names */ + heigth: 100%; /* S4654 | property-no-unknown */ } a { color: pink;; /* S1116 | no-extra-semicolons */ } + @keyframes important1 { from { margin-top: 50px; |
