diff options
Diffstat (limited to 'its/plugin/projects/metrics-project/src/file3.scss')
| -rw-r--r-- | its/plugin/projects/metrics-project/src/file3.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/its/plugin/projects/metrics-project/src/file3.scss b/its/plugin/projects/metrics-project/src/file3.scss new file mode 100644 index 0000000..fd62422 --- /dev/null +++ b/its/plugin/projects/metrics-project/src/file3.scss @@ -0,0 +1,12 @@ +$firstValue: 62.5%; + +$firstValue: 24px !default; + +body { + font-size: $firstValue; + foo: "some text"; +} + +// body font size = 62.5% + +/* some comment */
\ No newline at end of file |
