diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/remove-directive.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/remove-directive.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/remove-directive.css b/theme-compiler/tests/resources/automatic/css/remove-directive.css new file mode 100644 index 0000000000..1e6d41c128 --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/remove-directive.css @@ -0,0 +1,39 @@ +.animals .platypus-icon { + background-image: url('/images/platypus.png'); +} + +.animals .rhinoceros-icon { + background-image: url('/images/rhinoceros.png'); +} + +.animals .llama-icon { + background-image: url('/images/llama.png'); +} + +.animals .duck-icon { + background-image: url('/images/duck.png'); +} + +.animals .duck-icon { + background-image: url('/images/duck.png'); +} + +.exotic-animals .platypus-icon { + background-image: url('/images/platypus.png'); +} + +.exotic-animals .rhinoceros-icon { + background-image: url('/images/rhinoceros.png'); +} + +.exotic-animals .llama-icon { + background-image: url('/images/llama.png'); +} + +.ball { + font-size: 12px; +} + +.cube { + font-size: 12px; +}
\ No newline at end of file |