diff options
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/scss/123-compile_file.scss')
-rw-r--r-- | theme-compiler/tests/resources/sasslang/scss/123-compile_file.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/scss/123-compile_file.scss b/theme-compiler/tests/resources/sasslang/scss/123-compile_file.scss new file mode 100644 index 0000000000..77fb6bcbb5 --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/scss/123-compile_file.scss @@ -0,0 +1 @@ +$who: world; div { hello: $who } |