summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/scss/2-test_basic.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/scss/2-test_basic.scss')
-rw-r--r--theme-compiler/tests/resources/sasslang/scss/2-test_basic.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/scss/2-test_basic.scss b/theme-compiler/tests/resources/sasslang/scss/2-test_basic.scss
new file mode 100644
index 0000000000..9f3cde0011
--- /dev/null
+++ b/theme-compiler/tests/resources/sasslang/scss/2-test_basic.scss
@@ -0,0 +1,2 @@
+.foo {a: b}
+.bar {@extend .foo}