summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/scss')
-rw-r--r--theme-compiler/tests/resources/sasslang/scss/385-test_newlines_removed_from_selectors_when_compressed.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/scss/385-test_newlines_removed_from_selectors_when_compressed.scss b/theme-compiler/tests/resources/sasslang/scss/385-test_newlines_removed_from_selectors_when_compressed.scss
new file mode 100644
index 0000000000..c04a1ee63a
--- /dev/null
+++ b/theme-compiler/tests/resources/sasslang/scss/385-test_newlines_removed_from_selectors_when_compressed.scss
@@ -0,0 +1,6 @@
+a
+, b {
+ z & {
+ display: block;
+ }
+}