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, 0 insertions, 20 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 deleted file mode 100644 index 07813d1c99..0000000000 --- a/theme-compiler/tests/resources/automatic/css/mixin-content-directive.css +++ /dev/null @@ -1,20 +0,0 @@ -.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 |