diff options
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/scss/419-test_variables.scss')
-rw-r--r-- | theme-compiler/tests/resources/sasslang/scss/419-test_variables.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/scss/419-test_variables.scss b/theme-compiler/tests/resources/sasslang/scss/419-test_variables.scss new file mode 100644 index 0000000000..90275fa67f --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/scss/419-test_variables.scss @@ -0,0 +1,3 @@ +$var: foo; + +blat {a: $var} |