From befa3fe32effffc2ef616aca63761c321d8144c5 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Mon, 26 Nov 2012 14:46:26 +0200 Subject: Imported tests from the sass-lang project (#9751) Change-Id: I9acd28e13718a0f78b0f91af5161e94599193a15 --- .../resources/sasslang/scss/199-update_stylesheet.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 theme-compiler/tests/resources/sasslang/scss/199-update_stylesheet.scss (limited to 'theme-compiler/tests/resources/sasslang/scss/199-update_stylesheet.scss') diff --git a/theme-compiler/tests/resources/sasslang/scss/199-update_stylesheet.scss b/theme-compiler/tests/resources/sasslang/scss/199-update_stylesheet.scss new file mode 100644 index 0000000000..e43d50813b --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/scss/199-update_stylesheet.scss @@ -0,0 +1,18 @@ +@import "filename_fn_import"; + +@mixin local-mixin { + local-mixin: filename(); +} + +@function local-function() { + @return filename(); +} + +filename { + local: filename(); + @include local-mixin; + local-function: local-function(); + + @include imported-mixin; + imported-function: imported-function(); +} -- cgit v1.2.3