Shanka Somasiri
Shanka Somasiri

Reputation: 631

SassFile to import not found or unreadable: @material/button/mdc-button

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

enter image description here

I have added the below code in the WebEssentials-Settings.json file

"stylePreprocessorOptions": {
        "includePaths": [
              ".styles/node_modules"
        ]
    }

enter image description here

But this is not working at all.

Any ideas??

Upvotes: 1

Views: 305

Answers (0)

Related Questions