diff options
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 |
