File Watcher SCSS Stopped Generating .CSS file
My .scss file stopped generating a .css file. There is no arrow on "button.scss" since it stopped creating it:
请先登录再写评论。
My .scss file stopped generating a .css file. There is no arrow on "button.scss" since it stopped creating it:
请先登录再写评论。
Looks like you have to delete all references to the file before it will create a new .css file.
In another file I had @import 'button/button'. After this was deleted I could create a new button.scss file with a sub-file button.css
please try disabling 'Track only root files' checkbox in your SCSS file watcher settings - no separate .css files for partials are created when this option is enabled, all changes are merged to <main>.css.