dwightjack / grunt-premailer

Grunt wrapper task for Premailer
MIT License
114 stars 16 forks source link

CSS remains within style tags #33

Closed gunnx closed 8 years ago

gunnx commented 9 years ago

I process files that have inline <style> tags (minified) but after process the <style> tag remains even though I set preserveStyles: false and the CSS is now unminified.

dwightjack commented 9 years ago

Hi the problem seems related to premailer itself.

Maybe this issue (https://github.com/premailer/premailer/issues/210) refers to the same bug