mathisonian / gulp-sass-bulk-import

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

Include current directory #7

Open gkiely opened 9 years ago

gkiely commented 9 years ago

Is it possible to include files in the same directory? e.g. @import "*";

mathisonian commented 9 years ago

I believe it should work like

@import "./*"

The library uses https://github.com/isaacs/node-glob under the hood to match files

gkiely commented 9 years ago

Awesome thanks.

gkiely commented 9 years ago

Just tried this and it didn't work.

denisborovikov commented 9 years ago

In what case could it be useful?

gkiely commented 9 years ago

If you want to include files in the same directory.