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:

 

http://imgur.com/M8Vlq5K 

0
Avatar
Permanently deleted user

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

1

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.

0

请先登录再写评论。