diff options
Diffstat (limited to 'theme-compiler/tests/resources/css/mixins.css')
-rw-r--r-- | theme-compiler/tests/resources/css/mixins.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/css/mixins.css b/theme-compiler/tests/resources/css/mixins.css index a1ba5b1259..9bb9c95efa 100644 --- a/theme-compiler/tests/resources/css/mixins.css +++ b/theme-compiler/tests/resources/css/mixins.css @@ -22,6 +22,7 @@ .banner { border: 1px solid black; + font-color: red; } .interpolation-test { |