Skip to content

Commit 1926bba

Browse files
committed
fix: use indented sass syntax when lang="sass"
Fix vuejs#103
1 parent c2e0f91 commit 1926bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style/scss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default function (style, options) {
99
omitSourceMapUrl: true,
1010
sourceMap: true,
1111
outFile: style.id,
12+
indentedSyntax: style.lang === 'sass',
1213
...options.scss
1314
})
1415

0 commit comments

Comments
 (0)