diff options
author | Henri Sara <hesara@vaadin.com> | 2012-12-09 13:36:00 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-12-09 13:36:00 +0200 |
commit | 0afd959a89c905be153c3a2e9f37c702f0e4b894 (patch) | |
tree | 2014f55ea6896d8e003a8e9e283f102badb80b30 /theme-compiler/tests/resources/sasslangbroken | |
parent | 7ca9c22d765b054668dde691da71567c61db5533 (diff) | |
download | vaadin-framework-0afd959a89c905be153c3a2e9f37c702f0e4b894.tar.gz vaadin-framework-0afd959a89c905be153c3a2e9f37c702f0e4b894.zip |
Move SASS tests that now work to correct directory
Change-Id: I8826539b5f51db29c46159f7f0d751d3fdf7eff2
Diffstat (limited to 'theme-compiler/tests/resources/sasslangbroken')
4 files changed, 0 insertions, 19 deletions
diff --git a/theme-compiler/tests/resources/sasslangbroken/css/382-test_nested_rules_with_fancy_selectors.css b/theme-compiler/tests/resources/sasslangbroken/css/382-test_nested_rules_with_fancy_selectors.css deleted file mode 100644 index 2d39afb85b..0000000000 --- a/theme-compiler/tests/resources/sasslangbroken/css/382-test_nested_rules_with_fancy_selectors.css +++ /dev/null @@ -1,9 +0,0 @@ -foo .bar { - a: b; -} -foo :baz { - c: d; -} -foo bang:bop { - e: f; -} diff --git a/theme-compiler/tests/resources/sasslangbroken/css/387-test_no_namespace_properties_without_space.css b/theme-compiler/tests/resources/sasslangbroken/css/387-test_no_namespace_properties_without_space.css deleted file mode 100644 index 5e3b26b04c..0000000000 --- a/theme-compiler/tests/resources/sasslangbroken/css/387-test_no_namespace_properties_without_space.css +++ /dev/null @@ -1,3 +0,0 @@ -foo bar:baz { - bip: bop; -} diff --git a/theme-compiler/tests/resources/sasslangbroken/scss/382-test_nested_rules_with_fancy_selectors.scss b/theme-compiler/tests/resources/sasslangbroken/scss/382-test_nested_rules_with_fancy_selectors.scss deleted file mode 100644 index f4f7bd3445..0000000000 --- a/theme-compiler/tests/resources/sasslangbroken/scss/382-test_nested_rules_with_fancy_selectors.scss +++ /dev/null @@ -1,4 +0,0 @@ -foo { - .bar {a: b} - :baz {c: d} - bang:bop {e: f}} diff --git a/theme-compiler/tests/resources/sasslangbroken/scss/387-test_no_namespace_properties_without_space.scss b/theme-compiler/tests/resources/sasslangbroken/scss/387-test_no_namespace_properties_without_space.scss deleted file mode 100644 index b7184dea57..0000000000 --- a/theme-compiler/tests/resources/sasslangbroken/scss/387-test_no_namespace_properties_without_space.scss +++ /dev/null @@ -1,3 +0,0 @@ -foo { - bar:baz { - bip: bop }} |