Guest User

Untitled

a guest
May 23rd, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var juice = require('./')
  2.  
  3. var html = '<p>test</p>';
  4.  
  5. var css = '\
  6. p {\
  7. color: red;\
  8. }\
  9. \
  10. p:hover {\
  11. color: blue;\
  12. }\
  13. ';
  14.  
  15. console.log(juice(html, css));
Advertisement
Add Comment
Please, Sign In to add comment