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