diff options
Diffstat (limited to 'theme-compiler/tests/resources/css/mixins.css')
-rw-r--r-- | theme-compiler/tests/resources/css/mixins.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/theme-compiler/tests/resources/css/mixins.css b/theme-compiler/tests/resources/css/mixins.css index aefa20ac01..d0cf0b3d1d 100644 --- a/theme-compiler/tests/resources/css/mixins.css +++ b/theme-compiler/tests/resources/css/mixins.css @@ -22,6 +22,11 @@ .banner { border: 1px solid black; + font-color: red; +} + +.interpolation-test { + font-size: 14px; } .header { @@ -47,4 +52,12 @@ font-family: arial; font-size: 16px; -font-weight: bold;
\ No newline at end of file +font-weight: bold; + +.default .default-inner { + color: green; +} + +.custom .custom-inner { + color: green; +}
\ No newline at end of file |