gulp-inline-css
gulp-inline-css copied to clipboard
Option to don't inline certain parts of the document?
trafficstars
Hi everyone,
is there an option to prevent inlining on parts or areas of the document? e.g.:
<table class="my-table-apply-inline-styles-here">
<tr>
<td class="my-td-apply-inline-styles-here-too">
<!-- don't inline this -->
<h1>Some Headline</h1>
<p>Some Text<br>and some more Text</p>
<p>...</p>
<!-- from here on do inlining again -->
</td>
</tr>
</table>
thanks, Ralf
@derralf Not that I know of!