summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/css/mixins.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/css/mixins.css')
-rw-r--r--theme-compiler/tests/resources/css/mixins.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/theme-compiler/tests/resources/css/mixins.css b/theme-compiler/tests/resources/css/mixins.css
index 9bb9c95efa..d0cf0b3d1d 100644
--- a/theme-compiler/tests/resources/css/mixins.css
+++ b/theme-compiler/tests/resources/css/mixins.css
@@ -52,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