diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/mixin_variables.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/mixin_variables.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/mixin_variables.css b/theme-compiler/tests/resources/automatic/css/mixin_variables.css new file mode 100644 index 0000000000..d879a080b7 --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/mixin_variables.css @@ -0,0 +1,15 @@ +.foo { + color: purple; +} + +.baz { + color: red; +} + +.foobar { + color: green; +} + +.foobaz { + color: red; +} |