Closed zebapy closed 9 years ago
Some reason my main file doesn't compile if it has imports of partials, and they are changed. Am I doing something wrong or is this just missing?
main.scss (file being watched)
// core @import "variables"; @import "mixins"; // base @import "grids"; // modules @import "media";
partials are _media.scss format in same folder as main.scss
_media.scss
0.2.0 now supports rendering the main file if a partial is changed.
Some reason my main file doesn't compile if it has imports of partials, and they are changed. Am I doing something wrong or is this just missing?
main.scss (file being watched)
partials are
_media.scss
format in same folder as main.scss