@PolanZ Try this instead:
In your Gulp file:
[...]
.pipe(sass({
includePaths: ['node_modules']
})
[...]
In your SCSS file:
@import "normalize.css/normalize";
@matthewmcvickar thx!
I know the this way, But at the same time use webpack. So
I use the node-sass-package-importer plugin solved it.
Most helpful comment
@PolanZ Try this instead:
In your Gulp file:
In your SCSS file: