diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/nested-if.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/nested-if.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/nested-if.css b/theme-compiler/tests/resources/automatic/css/nested-if.css new file mode 100644 index 0000000000..4fffc83705 --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/nested-if.css @@ -0,0 +1,7 @@ +.foobar { + color: red; +} + +.quux { + color: blue; +}
\ No newline at end of file |