diff options
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.scss | 2 |
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} |