cascornelissen / svg-spritemap-webpack-plugin

SVG spritemap plugin for webpack
MIT License
207 stars 51 forks source link

A way to tap in svg and css generation #112

Closed n1kk closed 4 years ago

n1kk commented 4 years ago

I have a lot of icons and not all of them are the same size and not all are squared, so I need two things,

It would be great if there was a function that I could create to tap into the generation of svg to center icons view boxes, and another to tap into css so I could create custom css for them.

cascornelissen commented 4 years ago

I'm not sure if that would be something this plugin should cover but then again if it's just two options that optionally implement a function 🤷‍♂️ You're free to submit a PR so that we have some code/implementation details to talk about.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.