jonkemp / gulp-inline-css

Inline linked css in an html file. Useful for emails.
MIT License
272 stars 29 forks source link

It should be able to define html tags to exclude from inlining #41

Open zeamedia opened 7 years ago

zeamedia commented 7 years ago

Most frameworks as bootstrap or what ever set styles on all tags using * {...} In some cases there should be an option to exclude tags (as meta, title,...) from the automatic inlining process. It looks weird. Ok this problem is not caused by the inline-css task but the task could be smart ;)