diff options
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/scss/290-update_stylesheet.scss')
-rw-r--r-- | theme-compiler/tests/resources/sasslang/scss/290-update_stylesheet.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/theme-compiler/tests/resources/sasslang/scss/290-update_stylesheet.scss b/theme-compiler/tests/resources/sasslang/scss/290-update_stylesheet.scss deleted file mode 100644 index f64d80bd19..0000000000 --- a/theme-compiler/tests/resources/sasslang/scss/290-update_stylesheet.scss +++ /dev/null @@ -1,11 +0,0 @@ -$preconst: hello; - -@mixin premixin {pre-mixin: here} - -@import "importee.sass", "scss_importee", "basic.sass", "basic.css", "../results/complex.css"; -@import "partial.sass"; - -nonimported { - myconst: $preconst; - otherconst: $postconst; - @include postmixin; } |