diff options
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/css/127-update_stylesheet.css')
-rw-r--r-- | theme-compiler/tests/resources/sasslang/css/127-update_stylesheet.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/css/127-update_stylesheet.css b/theme-compiler/tests/resources/sasslang/css/127-update_stylesheet.css new file mode 100644 index 0000000000..61903b39ec --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/css/127-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; +} |