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.
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
buildhas been started, only a manual save from the main file will make it happen. Strange enough, the imported file does work when the@importrule was in place beforebuilding.Commenting and uncommenting an import does not affect whether it worked or not before doing so.