Cosmin Popovici
Cosmin Popovici
OK I think we might get away with fixing this and not introducing a breaking change, will release a patch tomorrow 🤞
Released `4.2.1`, give it a try: https://github.com/maizzle/framework/releases/tag/v4.2.1
Unfortunately the way variables are currently parsed in `posthtml-modules` (the plugin used for components) won't allow for omitting attributes - it errors out because you're trying to use an undefined...
Added it to the documentation: https://maizzle.com/docs/components#undefined-variables
Agree we should avoid this and not touch `NODE_ENV` but it will have to come in a major release as it could be a breaking change for other users 👍...
Checking the HTML being output, it looks like the compiler ignores any CSS rules that have the `:hover` pseudo-selector in them - these don't make it in the `` However,...
Either add CSS on the `row` or `columns` (inline or through a class) or, better yet, wrap them in a `` and style that one instead (see [docs](http://foundation.zurb.com/emails/docs/wrapper.html)).
The problem with buttons is that padding does not work in Outlook for `p`, `a`, and `div` elements. A quick fix for this is using a border, instead of padding....
@rafibomb it does affect the target, yes, so it's not the best way to go about it. Lately, I've been using the anchor padding approach just like you have it,...
@benwakeford interesting, what Outlook versions didn't work? I've seen it limiting the collapsing in all Outlook versions available for testing with Email on Acid (2003 - 2016).