Closed gkiely closed 8 years ago
I would like to include mypage.scss first and then the remaining .scss files in a folder.
@import "pages/mypage"; @import "pages/*";
Currently this will include mypage.scss twice.
It doesn't check included files. Just place mypage outside this folder.
It would be nice if it did though right. I'll submit a PR and leave it up to you guys.
PR submitted.
closed by #17, thanks @gkiely!
I would like to include mypage.scss first and then the remaining .scss files in a folder.
@import "pages/mypage"; @import "pages/*";
Currently this will include mypage.scss twice.