summaryrefslogtreecommitdiffstats
path: root/sass/tests/resources/css/nested-properties.css
diff options
context:
space:
mode:
Diffstat (limited to 'sass/tests/resources/css/nested-properties.css')
-rw-r--r--sass/tests/resources/css/nested-properties.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/tests/resources/css/nested-properties.css b/sass/tests/resources/css/nested-properties.css
new file mode 100644
index 0000000000..79b21e632b
--- /dev/null
+++ b/sass/tests/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