diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/mixin-content-directive.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/mixin-content-directive.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/mixin-content-directive.css b/theme-compiler/tests/resources/automatic/css/mixin-content-directive.css new file mode 100644 index 0000000000..07813d1c99 --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/mixin-content-directive.css @@ -0,0 +1,20 @@ +.foobar { + color: red; +} + +.foobar { + background-color: blue; +} + +* html #logo { + background-image: url(/logo.gif); +} + +* html .link { + color: blue; +} + +.foobar { + color: red; + color: red; +}
\ No newline at end of file |