summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/css/parent-selector.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/css/parent-selector.css')
-rw-r--r--theme-compiler/tests/resources/css/parent-selector.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/css/parent-selector.css b/theme-compiler/tests/resources/css/parent-selector.css
index 32f8484457..0330782fbf 100644
--- a/theme-compiler/tests/resources/css/parent-selector.css
+++ b/theme-compiler/tests/resources/css/parent-selector.css
@@ -25,4 +25,8 @@ body.firefox a {
.mixin-parent:hover {
color: blue;
+}
+
+.part.one, .part.two {
+ color: blue;
} \ No newline at end of file