polymer-css-build
polymer-css-build copied to clipboard
Issues with data:image?
It appears that when running polymerCssBuild on our project, data:image css declarations seem to get formatted incorrectly.
for example...
background: url("data:image/svg+xml;base64,PD94bW....");
becomes
background: url("data:image/svg+xml;)
Does that only happen with image/svg+xml? I just checked our project, and our image/png data: URLs survived the processing properly.