Skip to content

Commit

Permalink
fix sass syntax, #81
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 22, 2016
1 parent ced7f90 commit 8ab2848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/build/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ _.loadersOptions = () => {
postcss: config.postcss,
loaders: {
css: generateLoader([]),
sass: generateLoader(['sass-loader']),
sass: generateLoader(['sass-loader?indentedSyntax']),
scss: generateLoader(['sass-loader']),
less: generateLoader(['less-loader']),
stylus: generateLoader(['stylus-loader']),
Expand Down

0 comments on commit 8ab2848

Please sign in to comment.