diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/mixin-content-parameters.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/mixin-content-parameters.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/mixin-content-parameters.scss b/theme-compiler/tests/resources/automatic/scss/mixin-content-parameters.scss deleted file mode 100644 index dc64ddf6f8..0000000000 --- a/theme-compiler/tests/resources/automatic/scss/mixin-content-parameters.scss +++ /dev/null @@ -1,9 +0,0 @@ -@mixin test($foo) { - #{$foo} { - @content; - } -} - -@include test("foo") { - lorem: ipsum; -}
\ No newline at end of file |