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