aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/css/96-test_nested_target.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/css/96-test_nested_target.css')
-rw-r--r--theme-compiler/tests/resources/sasslang/css/96-test_nested_target.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/css/96-test_nested_target.css b/theme-compiler/tests/resources/sasslang/css/96-test_nested_target.css
new file mode 100644
index 0000000000..d1a50d50e3
--- /dev/null
+++ b/theme-compiler/tests/resources/sasslang/css/96-test_nested_target.css
@@ -0,0 +1,3 @@
+.foo .bar, .foo .baz {
+ a: b;
+}