diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/nested-import.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/nested-import.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/nested-import.scss b/theme-compiler/tests/resources/automatic/scss/nested-import.scss index 605d64a13a..df720a5584 100644 --- a/theme-compiler/tests/resources/automatic/scss/nested-import.scss +++ b/theme-compiler/tests/resources/automatic/scss/nested-import.scss @@ -1,3 +1,3 @@ .foo { - @import "foo/bar.scss"; + @import "foo/_bar.scss"; }
\ No newline at end of file |