Pavliko / postcss-svg

PostCSS plug-in which to insert inline SVG to CSS and allows you to manage it colors.
http://pavliko.github.io/postcss-svg/
Creative Commons Zero v1.0 Universal
124 stars 23 forks source link

Insert color without templates #2

Closed ai closed 9 years ago

ai commented 9 years ago

I use Evil Icons, so I can’t add a template strings.

Right now I use custom plugin and inject color by:

<style>{ fill: COLOR }</style>

Let’s add some API for it.