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
As someone pointed out through email, changes in imported Sass files won't trigger a reload in certain circumstances. If imports are made after the build has been started, only a manual save from the main file will make it happen. Strange enough, the imported file does work when the @import rule was in place before building.
Commenting and uncommenting an import does not affect whether it worked or not before doing so.