summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/import-file-which-contains-comment-in-last-line.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/import-file-which-contains-comment-in-last-line.scss')
-rw-r--r--theme-compiler/tests/resources/automatic/scss/import-file-which-contains-comment-in-last-line.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/import-file-which-contains-comment-in-last-line.scss b/theme-compiler/tests/resources/automatic/scss/import-file-which-contains-comment-in-last-line.scss
new file mode 100644
index 0000000000..41adc908ed
--- /dev/null
+++ b/theme-compiler/tests/resources/automatic/scss/import-file-which-contains-comment-in-last-line.scss
@@ -0,0 +1,4 @@
+@import "to-be-imported/imported-file-contains-comments-in-last-line.scss";
+.foo{
+ foo: $foo;
+} \ No newline at end of file