es128 / progeny

:baby: Recursively finds dependencies of style and template source files
MIT License
29 stars 15 forks source link

Use a better LESS @import regex for import options and URL functions #17

Closed diagramatics closed 8 years ago

diagramatics commented 8 years ago

This fixes #12 and #13. I've copied the updated regex string from HerringtonDarkholme/gulp-progeny and added tweaks to make it compatible with omitting the quotes and specifying multiple import references.

Also tests. Because tests are great.

es128 commented 8 years ago

Awesome. Thank you!