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

fixes #29. added charset=utf8 and set default image sizes to 100% #32

Closed Icewild closed 8 years ago

Icewild commented 8 years ago

Also fixes #23

sc0rp10 commented 8 years ago

+1 please merge this: now stable Chrome 50 is broken without this patch

jrambeck commented 8 years ago

+1 please merge this: Chrome's latest general release breaks images without this patch.

sbstnmsch-zz commented 8 years ago

In the meantime to quick fix this issue for latest Chromes add postcss-svgo-plugin (SVG optimiser) after postcss-svg to your postcss-chain.

sc0rp10 commented 8 years ago

ping @Pavliko

sc0rp10 commented 8 years ago

wow, thanks!