gulp-inline-css
gulp-inline-css copied to clipboard
Add option to place non-inline styles in <head>
trafficstars
For things like media queries, :hover selectors, etc. which can't be inlined, it would be awesome to have this task dump all those things into a <style> tag in the head.
All this plugin does is wrap the juice module. So you should probably look there and see how they would handle it.
This plugin is actually using the fork of the original juice module.
https://github.com/andrewrk/juice
Ah! So it does. Should've read more. Thanks.
This plugin replaced juice with its own module.