forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.67k stars 337 forks source link

Can you add css calc support? #218

Closed vprokashev closed 7 years ago

vprokashev commented 7 years ago

When I write in stylus width "calc(100% - %s)" % ($imgWidth), then I get wrong width: calc(100%-120px);