Stop worrying about designing gorgeous buttons using progressively enhanced VML and CSS.
npm install jade-bulletproof-buttonStop worrying about designing gorgeous buttons using progressively enhanced VML and CSS.
Use this instead.
Write email code in Jade, using +button for the mixin:
``jade`
include ../bullet-proof-button.jade
// ... Jade ...
+button( bgcolor = '#536895', color = '#ffffff', border = '1px solid #1e3650', border-radius = '4px', height = '40px', width = '200px', href = 'http://buttons.cm/')
| Connect with us
// ... more Jade ...
And get a much more intense output, voila!
`html``