diff options
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss')
-rw-r--r-- | theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss b/theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss deleted file mode 100644 index bb9c9a2c8f..0000000000 --- a/theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss +++ /dev/null @@ -1,2 +0,0 @@ -$bar : "#foo"; -ul li#{$bar} a span.label { foo: bar; } |