summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/css/203-update_stylesheet.css
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-11-26 14:49:55 +0200
committerHenri Sara <hesara@vaadin.com>2012-11-26 14:49:55 +0200
commite87d3ac6027d48bfcdb4d77ec28a1eb3181c0ee8 (patch)
tree19b3232ac6a4b898cde0f0eed8835110475fd70a /theme-compiler/tests/resources/sasslang/css/203-update_stylesheet.css
parentbefa3fe32effffc2ef616aca63761c321d8144c5 (diff)
downloadvaadin-framework-e87d3ac6027d48bfcdb4d77ec28a1eb3181c0ee8.tar.gz
vaadin-framework-e87d3ac6027d48bfcdb4d77ec28a1eb3181c0ee8.zip
Refactor tests imported from the sass-lang project (#9751)
Currently broken tests are separated from those that succeed. Change-Id: Iefb8a44464b62d332277fc15c678e160277b49ee
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/css/203-update_stylesheet.css')
-rw-r--r--theme-compiler/tests/resources/sasslang/css/203-update_stylesheet.css79
1 files changed, 0 insertions, 79 deletions
diff --git a/theme-compiler/tests/resources/sasslang/css/203-update_stylesheet.css b/theme-compiler/tests/resources/sasslang/css/203-update_stylesheet.css
deleted file mode 100644
index f5e45c8df5..0000000000
--- a/theme-compiler/tests/resources/sasslang/css/203-update_stylesheet.css
+++ /dev/null
@@ -1,79 +0,0 @@
-@import url(basic.css);
-@import url(../results/complex.css);
-imported {
- otherconst: hello;
- myconst: goodbye;
- pre-mixin: here;
-}
-
-body {
- font: Arial;
- background: blue;
-}
-
-#page {
- width: 700px;
- height: 100;
-}
-#page #header {
- height: 300px;
-}
-#page #header h1 {
- font-size: 50px;
- color: blue;
-}
-
-#content.user.show #container.top #column.left {
- width: 100px;
-}
-#content.user.show #container.top #column.right {
- width: 600px;
-}
-#content.user.show #container.bottom {
- background: brown;
-}
-
-midrule {
- inthe: middle;
-}
-
-scss {
- imported: yes;
-}
-
-body {
- font: Arial;
- background: blue;
-}
-
-#page {
- width: 700px;
- height: 100;
-}
-#page #header {
- height: 300px;
-}
-#page #header h1 {
- font-size: 50px;
- color: blue;
-}
-
-#content.user.show #container.top #column.left {
- width: 100px;
-}
-#content.user.show #container.top #column.right {
- width: 600px;
-}
-#content.user.show #container.bottom {
- background: brown;
-}
-
-#foo {
- background-color: #bbaaff;
-}
-
-nonimported {
- myconst: hello;
- otherconst: goodbye;
- post-mixin: here;
-}