summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/scss/parent-selector.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/scss/parent-selector.scss')
-rw-r--r--theme-compiler/tests/resources/scss/parent-selector.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/scss/parent-selector.scss b/theme-compiler/tests/resources/scss/parent-selector.scss
index ee02f8bf76..68f66a4a27 100644
--- a/theme-compiler/tests/resources/scss/parent-selector.scss
+++ b/theme-compiler/tests/resources/scss/parent-selector.scss
@@ -1,6 +1,9 @@
a {
font-weight: bold;
text-decoration: none;
+ .sub {
+ color: blue;
+ }
&:hover { text-decoration: underline; }
body.firefox & { font-weight: normal; }
}