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