summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslangbroken/scss/269-update_stylesheet.scss
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/sasslangbroken/scss/269-update_stylesheet.scss
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/sasslangbroken/scss/269-update_stylesheet.scss')
-rw-r--r--theme-compiler/tests/resources/sasslangbroken/scss/269-update_stylesheet.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslangbroken/scss/269-update_stylesheet.scss b/theme-compiler/tests/resources/sasslangbroken/scss/269-update_stylesheet.scss
new file mode 100644
index 0000000000..f64d80bd19
--- /dev/null
+++ b/theme-compiler/tests/resources/sasslangbroken/scss/269-update_stylesheet.scss
@@ -0,0 +1,11 @@
+$preconst: hello;
+
+@mixin premixin {pre-mixin: here}
+
+@import "importee.sass", "scss_importee", "basic.sass", "basic.css", "../results/complex.css";
+@import "partial.sass";
+
+nonimported {
+ myconst: $preconst;
+ otherconst: $postconst;
+ @include postmixin; }