mathisonian / gulp-sass-bulk-import

gulp task to allow importing directories in your SCSS
MIT License
41 stars 11 forks source link

Prevent duplicate styles when including same file #10

Closed gkiely closed 8 years ago

gkiely commented 9 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.

denisborovikov commented 9 years ago

It doesn't check included files. Just place mypage outside this folder.

gkiely commented 9 years ago

It would be nice if it did though right. I'll submit a PR and leave it up to you guys.

gkiely commented 9 years ago

PR submitted.

mathisonian commented 8 years ago

closed by #17, thanks @gkiely!