gulp-inline-css icon indicating copy to clipboard operation
gulp-inline-css copied to clipboard

Option to don't inline certain parts of the document?

Open derralf opened this issue 8 years ago • 1 comments
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 avatar Feb 18 '17 10:02 derralf

@derralf Not that I know of!

Steadyx avatar Feb 18 '17 15:02 Steadyx