summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/nested-if.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/nested-if.scss')
-rw-r--r--theme-compiler/tests/resources/automatic/scss/nested-if.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/nested-if.scss b/theme-compiler/tests/resources/automatic/scss/nested-if.scss
deleted file mode 100644
index 86c31f346b..0000000000
--- a/theme-compiler/tests/resources/automatic/scss/nested-if.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-@if 1==1 {
- @if 1==1 {
- .foobar {
- color: red;
- }
- }
-}
-
-@if 1==1 {
- .quux {
- color: blue;
- }
-
- @if 1==0 {
- .baz {
- background: #f00;
- }
- }
-} \ No newline at end of file