jade-bulletproof-button
Stop worrying about designing gorgeous buttons using progressively enhanced VML and CSS.
Use this instead.
Read more
How it works
Write email code in Jade, using +button
for the mixin:
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!
<div>
<a href="http://buttons.cm/" style="background-color:#536895;border:1px solid #1e3650;border-radius:4px;color:#ffffff;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:bold;line-height:40px;text-align:center;text-decoration:none;width:200px;-webkit-ext-size-adjust:none;mso-hide:all;">Connect with us</a>
</div>