jonkemp / gulp-inline-css

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

Request: data embed for link tag #70

Open howeller opened 4 years ago

howeller commented 4 years ago

It would be great if you could apply the data embed attribute to the <link> tag in order to inject the external css file into a <style> tag. For example

<link href="myMediaQueries.css" data embed>

Would result in

<style> 
/* contents of myMediaQueries.css */ 
</style>