Reputation: 631
I am using VisualStudio 2013 with WebEssentials to compile SASS files. In the main .scss file (site.scss) I have added the below code
@import 'node_modules/material-components-web/material-components-web';
But it gives the below error
I have added the below code in the WebEssentials-Settings.json file
"stylePreprocessorOptions": {
"includePaths": [
".styles/node_modules"
]
}
But this is not working at all.
Any ideas??
Upvotes: 1
Views: 305