diff options
Diffstat (limited to 'theme-compiler/tests/resources/css/parent-selector.css')
-rw-r--r-- | theme-compiler/tests/resources/css/parent-selector.css | 4 |
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 |