Maxime Brazeilles

Results 284 comments of Maxime Brazeilles

Ok, I can reproduce on iOS Safari. I don't know yet if we'll be able to fix it soon (or find a fix) as mobile Outlook.com isn't really a popular...

![image](https://cdn-std.droplr.net/files/acc_419085/stv9WT) Well I don't know why this version of outlook have a special media query that force every table to a `100% !important`. Still not sure that we can really...

I'll try to get another shot at this maybe with a special media query that force this table to be `inherit` instead of `100%` with https://howtotarget.email/#2019-10-15-outlook-dark-mode

I think the conditionnal comment are merged, together because of permissive regexp, https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/helpers/mergeOutlookConditionnals.js Try to add a random html comment in between those for now

I'm not against adding a binary version of MJML at release if it doesn't add much overhead as a we have already a browser build. I wonder if `.mjmlconfig` and...

If someone willing to do a PR on this I'm fine with this 👍 . Does it have any positive impact on perf (boot time) ?

As we have many things to handle and we're a small team I don't think we can take much effort supporting this binary. I'm closing

You mean that you want to rethrow the error instead of just logging it ? Maybe we should add an extra option to just crash if there's an issue with...

This works fine in try-it-live tho https://mjml.io/try-it-live/DdGPSUkMsWt Might be because you're using mj-html-attributes or inline styles at some point ? Best way to avoid that would be to encode `

Yup 👍 might need to test if it happens on both or only html-attributes (I would expect only on html-attributes). It might be hard to explain because it might happens...