mathisonian / gulp-sass-bulk-import

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

Files with a dash in the filename aren't importing when inside a directory #21

Open soapboxcommunication opened 8 years ago

soapboxcommunication commented 8 years ago

Hi,

We are trying using this package to auto import scss files into the main stylesheet. For example, everything within css/components/ needs to be imported into /css/style.scss. Most of the files worked, however it seemed that the files that had a dash in their file name did not pull through successfully. Upon changing one of these to an underscore, it imported without any issues.

Any idea as to why this would be an issue?

Thanks