drdk / grunt-dr-svg-sprites

Grunt plugin to create SVG sprites with PNG fallbacks at needed sizes
113 stars 19 forks source link

Lots of good ideas and improvements #44

Closed hiulit closed 9 years ago

hiulit commented 9 years ago

I've recently come across this article https://www.liquidlight.co.uk/blog/article/creating-svg-sprites-using-gulp-and-sass/ and I think we could take some ideas from this plugin.

I know, basically, it's adding better Sass support, but I guess it would make sense since it's the most used pre-processor. And these features would make this plugin more flexible and useful.

phloe commented 9 years ago

I'm not familiar enough with Sass to feel I could write/maintain what you're suggesting - but you are more than welcome to build a complementary Sass-suite or something that uses dr-svg-sprites under the hood :)

hiulit commented 9 years ago

I'll take a deeper look and I'll let you know ;)