dwightjack / grunt-premailer

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

duplicated css properties #37

Closed marcobiedermann closed 8 years ago

marcobiedermann commented 9 years ago

Adding:

td {
  vertical-align: top;
}

Should be:

<td valign="top">
</td>

Instead of:

<td style="vertical-align: top" valign="top">
</td>
dwightjack commented 9 years ago

Hi I think this issue is related to Premailer, so I think it'd be better to post an issue there https://github.com/premailer/premailer/issues