summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/contains-in-if.scss
diff options
context:
space:
mode:
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.scss18
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