0.0.1 • Published 12 years ago
mixtur v0.0.1
mixtur(e)
inline css with html.
Installation
npm install mixturExample
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
0.0.1
12 years ago