diff options
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/scss/184-update_stylesheet.scss')
-rw-r--r-- | theme-compiler/tests/resources/sasslang/scss/184-update_stylesheet.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/theme-compiler/tests/resources/sasslang/scss/184-update_stylesheet.scss b/theme-compiler/tests/resources/sasslang/scss/184-update_stylesheet.scss deleted file mode 100644 index e43d50813b..0000000000 --- a/theme-compiler/tests/resources/sasslang/scss/184-update_stylesheet.scss +++ /dev/null @@ -1,18 +0,0 @@ -@import "filename_fn_import"; - -@mixin local-mixin { - local-mixin: filename(); -} - -@function local-function() { - @return filename(); -} - -filename { - local: filename(); - @include local-mixin; - local-function: local-function(); - - @include imported-mixin; - imported-function: imported-function(); -} |