diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/contains-in-if.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/contains-in-if.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/contains-in-if.scss b/theme-compiler/tests/resources/automatic/scss/contains-in-if.scss deleted file mode 100644 index 4bb7e7a6ae..0000000000 --- a/theme-compiler/tests/resources/automatic/scss/contains-in-if.scss +++ /dev/null @@ -1,18 +0,0 @@ -@if (contains(a b c, b)) { - .yes { - color: green; - } -} @else { - .no { - color: red; - } -} -@if (contains(a b c, d)) { - .yes { - color: green; - } -} @else { - .no { - color: red; - } -}
\ No newline at end of file |