Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 484 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 484 Bytes

#CSSInliner - Utility to inline css styles in html document

By Leonti Bielski

##Code examples

Css will be merged with provided html: String inlinedHtml = CSSInliner.inlineCss(html, css);

If used for email, 'class' attributes can be removed: String inlinedHtml = CSSInliner.inlineCss(html, css, true);

##Changes

v1.0 2012-02-05 Leonti Bielski

  • Initial release

##License

CSSInliner Copyright 2012 Leonti Bielski, leonti.me

Licensed under the Apache License, Version 2.0