From b913ab2907b9976e9844d77bb15ff14ac612d870 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 22 Nov 2012 16:02:27 +0200 Subject: Warns and removes if parent reference '&' is used w/o parent, fixes #10327 Change-Id: I58eaf3f2acd27a7627c8df31e411a75fc4a48016 --- theme-compiler/tests/resources/css/parent-selector.css | 4 ++++ theme-compiler/tests/resources/scss/parent-selector.scss | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'theme-compiler/tests') diff --git a/theme-compiler/tests/resources/css/parent-selector.css b/theme-compiler/tests/resources/css/parent-selector.css index 1aa389f593..2a73313f0c 100644 --- a/theme-compiler/tests/resources/css/parent-selector.css +++ b/theme-compiler/tests/resources/css/parent-selector.css @@ -41,4 +41,8 @@ body.firefox a { .root2 .part .one, .root2 .part .non-parent, .root2 .part2 .one, .root2 .part2 .non-parent { color: blue; +} + +.drop-parent-reference { + color: green; } \ No newline at end of file diff --git a/theme-compiler/tests/resources/scss/parent-selector.scss b/theme-compiler/tests/resources/scss/parent-selector.scss index c0ef46afb3..74f0e15b9e 100644 --- a/theme-compiler/tests/resources/scss/parent-selector.scss +++ b/theme-compiler/tests/resources/scss/parent-selector.scss @@ -46,4 +46,8 @@ a { color: blue; } } +} + +&.drop-parent-reference { + color: green; } \ No newline at end of file -- cgit v1.2.3