dwightjack / grunt-premailer

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

-premailer-width #31

Closed michaeldeboeve closed 8 years ago

michaeldeboeve commented 9 years ago

Hi, I'm using css like -premailer-width to make attributes on the html tags. But they also get inlined as css style="-premailer-width: xxpx". How can I prevent that?

dwightjack commented 9 years ago

Hi,

I don't think you can remove them easily. Maybe you may parse the HTML with a find replace task and use a regexp for -premailer rules.