Closed TrejGun closed 6 years ago
The tilde syntax is not a feature of node-sass
but webpack. See https://github.com/webpack-contrib/css-loader/issues/12#issuecomment-41940311.
You can give https://www.npmjs.com/package/node-sass-tilde-importer a try but I never used this importer before.
works like magic, thanks
hi there! i have found a problem in loading scss files from node_modules
css files are fine
but scss files are not loading
i tried to add node-sass config
and it fixes imports from submodules
but "~" symbol still doesn't work how can i configure this to work same as in
sass-loader
?