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, 2 insertions, 0 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 new file mode 100644 index 0000000000..bb9c9a2c8f --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/scss/350-test_interpolation.scss @@ -0,0 +1,2 @@ +$bar : "#foo"; +ul li#{$bar} a span.label { foo: bar; } |