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
At first I thought the issue was that the plugin couldn't figure out the paths of the files I was trying to include using the standard sass method of:
@import "partials/_color.scss"
But it appears to be including it once, then never again. The only way it will check if anything has changed in the partials, is if something changes in the sass file that calls out the partial.
I'm trying to think of an efficient way to get it to factor in changes to included files. Any ideas?
The text was updated successfully, but these errors were encountered:
At first I thought the issue was that the plugin couldn't figure out the paths of the files I was trying to include using the standard sass method of:
But it appears to be including it once, then never again. The only way it will check if anything has changed in the partials, is if something changes in the sass file that calls out the partial.
I'm trying to think of an efficient way to get it to factor in changes to included files. Any ideas?
The text was updated successfully, but these errors were encountered: