Skip to content

Instantly share code, notes, and snippets.

@asci
Created January 30, 2017 12:43
Show Gist options
  • Save asci/b4b93ed731b7ab7bd35534eefde3f561 to your computer and use it in GitHub Desktop.
Save asci/b4b93ed731b7ab7bd35534eefde3f561 to your computer and use it in GitHub Desktop.
Juice JS example
const juice = require("juice");
console.log(juice(`
<style>.test {width: 100px}</style>
<div class="test">Test</div>
`))// => "<div class="test" style="width: 100px;">Test</div>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment