summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/nested-import.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/nested-import.scss')
-rw-r--r--theme-compiler/tests/resources/automatic/scss/nested-import.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/nested-import.scss b/theme-compiler/tests/resources/automatic/scss/nested-import.scss
new file mode 100644
index 0000000000..605d64a13a
--- /dev/null
+++ b/theme-compiler/tests/resources/automatic/scss/nested-import.scss
@@ -0,0 +1,3 @@
+.foo {
+ @import "foo/bar.scss";
+} \ No newline at end of file