Skip to content

Inlines css from css string or from document <style> tags into inline css rules

License

Notifications You must be signed in to change notification settings

Leonti/CSSInliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Inlines css from css string or from document <style> tags into inline css rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages