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, 0 insertions, 3 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 deleted file mode 100644 index 90275fa67f..0000000000 --- a/theme-compiler/tests/resources/sasslang/scss/419-test_variables.scss +++ /dev/null @@ -1,3 +0,0 @@ -$var: foo; - -blat {a: $var} |