diff options
Diffstat (limited to 'theme-compiler/tests/resources/scss/mixin-extra-params.scss')
-rw-r--r-- | theme-compiler/tests/resources/scss/mixin-extra-params.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/theme-compiler/tests/resources/scss/mixin-extra-params.scss b/theme-compiler/tests/resources/scss/mixin-extra-params.scss deleted file mode 100644 index af376adf90..0000000000 --- a/theme-compiler/tests/resources/scss/mixin-extra-params.scss +++ /dev/null @@ -1,4 +0,0 @@ -@mixin test ($p1) { - color: $p1; -} -@include test(foo, bar);
\ No newline at end of file |