gulp-inline-css
gulp-inline-css copied to clipboard
applyWidthAttributes not applies on TH tags
Hi,
While applyWidthAttributes works fine with tables, images, TD's and other tags, the TH tags seems excluded from having a "width" attribute added, even if there is a width in the style attribute of this tag.
Exemple of one of my TH after generation :
<th class="columns small-12 large-6 u-text-center" style="font-weight: normal; padding-left: 0; padding-right: 0; text-align: center; vertical-align: top; width: 320px;">
Thanks