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?