mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Merge pull request #682 from jroxendal/fix-scss
scss should be handled by sass-loader
This commit is contained in:
commit
bce3784921
@ -18,7 +18,7 @@ export default function ({ isClient }) {
|
||||
'css': styleLoader.call(this, 'css'),
|
||||
'less': styleLoader.call(this, 'less', 'less-loader'),
|
||||
'sass': styleLoader.call(this, 'sass', 'sass-loader?indentedSyntax'),
|
||||
'scss': styleLoader.call(this, 'sass', 'scss-loader'),
|
||||
'scss': styleLoader.call(this, 'sass', 'sass-loader'),
|
||||
'stylus': styleLoader.call(this, 'stylus', 'stylus-loader'),
|
||||
'styl': styleLoader.call(this, 'stylus', 'stylus-loader')
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user