summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/css/130-update_stylesheet.css
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-11-26 14:46:26 +0200
committerHenri Sara <hesara@vaadin.com>2012-11-26 14:46:26 +0200
commitbefa3fe32effffc2ef616aca63761c321d8144c5 (patch)
tree0937aed9700c4c31ace2871f9897a67152773d26 /theme-compiler/tests/resources/sasslang/css/130-update_stylesheet.css
parentb010b21a15dfd47790255e36122d3b30682d4990 (diff)
downloadvaadin-framework-befa3fe32effffc2ef616aca63761c321d8144c5.tar.gz
vaadin-framework-befa3fe32effffc2ef616aca63761c321d8144c5.zip
Imported tests from the sass-lang project (#9751)
Change-Id: I9acd28e13718a0f78b0f91af5161e94599193a15
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/css/130-update_stylesheet.css')
-rw-r--r--theme-compiler/tests/resources/sasslang/css/130-update_stylesheet.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/css/130-update_stylesheet.css b/theme-compiler/tests/resources/sasslang/css/130-update_stylesheet.css
new file mode 100644
index 0000000000..61903b39ec
--- /dev/null
+++ b/theme-compiler/tests/resources/sasslang/css/130-update_stylesheet.css
@@ -0,0 +1,11 @@
+filename {
+ imported: /test/sass/templates/_filename_fn_import.scss;
+}
+
+filename {
+ local: /test/sass/templates/filename_fn.scss;
+ local-mixin: /test/sass/templates/filename_fn.scss;
+ local-function: /test/sass/templates/filename_fn.scss;
+ imported-mixin: /test/sass/templates/_filename_fn_import.scss;
+ imported-function: /test/sass/templates/_filename_fn_import.scss;
+}