Shorthand CSS
Rewrite longhand CSS insidestyle attributes with shorthand syntax. Only works with margin, padding and border, and only when all sides are specified.
Shorthand syntax for CSS properties means less code, so fewer bytes to send over the wire. Today, most email clients support shorthand CSS.
Something like this:
shorthandCSS is disabled.
Usage
Enable it for all tags:config.js
config.js
Disabling
Set it tofalse or simply omit it:
config.js
API
app.js