You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: