Is it possible to have the main css file compile when updating a partial sass file from an @import? Right now the only time the css gets compiled is when the main sass file is changed.
So if I'm editing the _example.scss partial and say I change the background color to black, the css doesn't recompile until I go into the main style.scss file and make a change.
Not sure if I'm missing a setting somewhere or just don't have it set up properly. Thanks
Is it possible to have the main css file compile when updating a partial sass file from an
@import
? Right now the only time the css gets compiled is when the main sass file is changed.app.rb
file structure
style.scss
_example.scss
So if I'm editing the
_example.scss
partial and say I change the background color to black, the css doesn't recompile until I go into the mainstyle.scss
file and make a change.Not sure if I'm missing a setting somewhere or just don't have it set up properly. Thanks