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

Request: data embed for link tag

Open howeller opened this issue 5 years ago • 0 comments
trafficstars

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>

howeller avatar May 21 '20 23:05 howeller