summaryrefslogtreecommitdiff
path: root/scss/tests/files/kronuz/selectors-unquoted.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/tests/files/kronuz/selectors-unquoted.scss')
-rw-r--r--scss/tests/files/kronuz/selectors-unquoted.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/tests/files/kronuz/selectors-unquoted.scss b/scss/tests/files/kronuz/selectors-unquoted.scss
new file mode 100644
index 0000000..567f6a4
--- /dev/null
+++ b/scss/tests/files/kronuz/selectors-unquoted.scss
@@ -0,0 +1,5 @@
+@option style:legacy;
+
+#{append(nest('p, p:hover', 'li.l1.current'), 'li.l1.current')} {
+ color: red;
+}