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, 0 insertions, 1 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 deleted file mode 100644 index 77fb6bcbb5..0000000000 --- a/theme-compiler/tests/resources/sasslang/scss/123-compile_file.scss +++ /dev/null @@ -1 +0,0 @@ -$who: world; div { hello: $who } |