SASS Scout app File to import not found or unreadable

889 Views Asked by At

I successfully installed sass and started work on it everything was ok an then this happened

File to import not found or unreadable: layout/_blog.scss

Parent style sheet: main.scss

29: @import 'layout/_footer.scss';
30: @import 'layout/_blog.scss';
31: @import 'layout/_mobile.scss';

How to fix this error?

0

There are 0 best solutions below