summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/css
diff options
context:
space:
mode:
authorHaijian Wang <haijian@vaadin.com>2013-02-26 13:32:28 +0200
committerVaadin Code Review <review@vaadin.com>2013-02-26 14:37:42 +0000
commitb6feca3324b400e7abf870515ec8213715187c71 (patch)
tree23aae0524e56ad4f81ff6065f9de77397b19a579 /theme-compiler/tests/resources/sasslangbroken/css
parent4bffeac5c248bf9c2fb296231f4134925dde1d9c (diff)
downloadvaadin-framework-b6feca3324b400e7abf870515ec8213715187c71.tar.gz
vaadin-framework-b6feca3324b400e7abf870515ec8213715187c71.zip
Fixed several problems related to @extend directive (Ticket #10976)
Change-Id: I5e409856601aa514965319453c11946028b08dda
Diffstat (limited to 'theme-compiler/tests/resources/sasslangbroken/css')
-rw-r--r--theme-compiler/tests/resources/sasslangbroken/css/19-test_control_flow_if.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/theme-compiler/tests/resources/sasslangbroken/css/19-test_control_flow_if.css b/theme-compiler/tests/resources/sasslangbroken/css/19-test_control_flow_if.css
deleted file mode 100644
index 14a1c6ef3c..0000000000
--- a/theme-compiler/tests/resources/sasslangbroken/css/19-test_control_flow_if.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.true, .also-true {
- color: green;
-}
-
-.false, .also-false {
- color: red;
-}