diff options
| author | Amaury Levé | 2018-06-21 14:55:09 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-21 14:55:09 +0200 |
| commit | 9bcc46b342cfb888f16c180cb0b3103335def5f1 (patch) | |
| tree | 6b85805bbedef51c974b6984cb42b53052f9b375 /its/plugin/projects/metrics-project/src/file2.less | |
| parent | 913028fc4c913fec3bbc1800c00e526413040e01 (diff) | |
| download | sonar-css-9bcc46b342cfb888f16c180cb0b3103335def5f1.tar.bz2 | |
Rule S4653: Units should be valid (#50)
Diffstat (limited to 'its/plugin/projects/metrics-project/src/file2.less')
| -rw-r--r-- | its/plugin/projects/metrics-project/src/file2.less | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/its/plugin/projects/metrics-project/src/file2.less b/its/plugin/projects/metrics-project/src/file2.less new file mode 100644 index 0000000..691fd11 --- /dev/null +++ b/its/plugin/projects/metrics-project/src/file2.less @@ -0,0 +1,11 @@ +@color-base: #2d5e8b; +.class1 { + background-color: @color-base; + .class2 { + background-color: #fff; + color: @color-base; + foo: "some text"; + } +} + +/* some comment */
\ No newline at end of file |
