diff options
author | Haijian Wang <haijian@vaadin.com> | 2013-02-26 13:32:28 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-02-26 14:37:42 +0000 |
commit | b6feca3324b400e7abf870515ec8213715187c71 (patch) | |
tree | 23aae0524e56ad4f81ff6065f9de77397b19a579 /theme-compiler/tests/resources/sasslangbroken/css | |
parent | 4bffeac5c248bf9c2fb296231f4134925dde1d9c (diff) | |
download | vaadin-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.css | 7 |
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; -} |