Hi, I'm the author of a very similar project named babel-plugin-polymer-html-minifier. I've noticed that you don't use a CSS compatible separator with a syntax such as prop:value.
html-minifier handles the style attribute content specially, discarding any invalid syntax, so I think this example won't work with your project:
This happens when minifyCSS: true is used. I'll be posting an update to deal with that and an issue with unquoted attributes soon. Thanks for the report.
Hi, I'm the author of a very similar project named babel-plugin-polymer-html-minifier. I've noticed that you don't use a CSS compatible separator with a syntax such as
prop:value
.html-minifier
handles thestyle
attribute content specially, discarding any invalid syntax, so I think this example won't work with your project: