diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/mixin-content-directive-with-vars.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/mixin-content-directive-with-vars.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/mixin-content-directive-with-vars.css b/theme-compiler/tests/resources/automatic/css/mixin-content-directive-with-vars.css new file mode 100644 index 0000000000..799d6ae90c --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/mixin-content-directive-with-vars.css @@ -0,0 +1,5 @@ +.colors { + background-color: blue; + color: white; + border-color: blue; +}
\ No newline at end of file |