Email-builder / grunt-email-builder

Build Emails from HTML / CSS code in grunt
Other
94 stars 14 forks source link

!important tag for inline styles #45

Closed willkramer closed 9 years ago

willkramer commented 9 years ago

Email builder does not include the !important tag when outputting inline styles.

While technically the !important tag is not meant for inline styles, it is needed to have Gmail respect display none.


Update: this was fixed with the latest version of Juice and the following option in the grunt file. juice: { preserveImportant: true}