0.0.1 • Published 11 years ago

mixtur v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
11 years ago

mixtur(e)

inline css with html.

Installation

npm install mixtur

Example

p {
  color: red;
  font-size: 16px;
}
<p></p>
<p style="color: red; font-size: 16px;"></p>

LearnBoost/juice

this lib uses MatthewMueller/cheerio instead of jsdom, which means whatever html structure you pass, you will get the same back, for example juice(<p></p>) will return <html><body><p></p></body></html>, this lib will return <p></p>.

Use juice if you care about !important, or complex stylesheets, this lib is for simple stylesheets with simple html.

License

MIT