diff options
Diffstat (limited to 'tests/sass/resources/scss/nested-properties.scss')
-rw-r--r-- | tests/sass/resources/scss/nested-properties.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/sass/resources/scss/nested-properties.scss b/tests/sass/resources/scss/nested-properties.scss new file mode 100644 index 0000000000..e12a83aa2d --- /dev/null +++ b/tests/sass/resources/scss/nested-properties.scss @@ -0,0 +1,7 @@ +li { + font: { + family: serif;; + weight: bold; + size: 1.2em + } +}
\ No newline at end of file |