summaryrefslogtreecommitdiffstats
path: root/tests/sass/resources/scss/parent-selector.scss
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sass/resources/scss/parent-selector.scss')
-rw-r--r--tests/sass/resources/scss/parent-selector.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/sass/resources/scss/parent-selector.scss b/tests/sass/resources/scss/parent-selector.scss
deleted file mode 100644
index 3d0f694801..0000000000
--- a/tests/sass/resources/scss/parent-selector.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-a {
- font-weight: bold;
- text-decoration: none;
- &:hover { text-decoration: underline; }
- body.firefox & { font-weight: normal; }
-}
-
-#main {
- color: black;
- a {
- font-weight: bold;
- &:hover { color: red; }
- }
-} \ No newline at end of file