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

Add option to place non-inline styles in <head>

Open nategreen opened this issue 11 years ago • 3 comments
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.

nategreen avatar Jul 02 '14 19:07 nategreen

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

jonkemp avatar Jul 02 '14 20:07 jonkemp

Ah! So it does. Should've read more. Thanks.

nategreen avatar Jul 02 '14 20:07 nategreen

This plugin replaced juice with its own module.

jonkemp avatar Feb 08 '15 05:02 jonkemp