juice

Juice inlines CSS stylesheets into your HTML source.

MIT License

Downloads
4.6M
Stars
3.1K
Committers
78

Bot releases are visible (Hide)

juice - Prevent EJS mangling

Published by jrit over 9 years ago

juice - fix undefined options error

Published by jrit over 9 years ago

juice - fix readme typo

Published by jrit over 9 years ago

Version published here to be in sync with npm update

juice - add preserveImportant option, use_strict compliant

Published by jrit over 9 years ago

  • add preserveImportant option, which keeps !important in style when set to true
  • now use_strict compliant, also linted a bunch of crud
juice - Proper XML support

Published by jrit over 9 years ago

The 1.0 release changed juice from converting everything to XHTML to using cheerio's HTML output. This release adds in an xmlMode option for inlining XHTML, SVG, or any other properly structured XML.

juice - 1.1.2

Published by jrit over 9 years ago

Jumped a version for publishing changed line endings to npm. Removed index.js file and pointed main at new entry.

juice - inlinify

Published by jrit over 9 years ago

  • Fix order of inlined style properties. Now sorted by selector specificity, resulting in the same computed styles that the original CSS would have had.
  • Add option to inline pseudo elements as elements
juice - v1.0.2

Published by jrit over 9 years ago

See history.md for notes