forked from juanfran/gulp-jade-inheritance
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
hey @berstend,
Nice work!
Currently it can only get one level om @import. Can this be improved to catch deeper levels of @import.
For example
a.scss
@import 'b';
b.scss
@import 'c';
c.scss
//some SCSS
if I change a.scss or b.scss it passes the filter and compiles a.scss. But if I make any change to c.scss it wont pass the filter block and wont compile a.scss.
did I make myself clear?
Metadata
Metadata
Assignees
Labels
No labels