mjml icon indicating copy to clipboard operation
mjml copied to clipboard

MJML: the only framework that makes responsive-email easy

Results 110 mjml issues
Sort by recently updated
recently updated
newest added

Hello. I am using MJMl for work and I find difficult to create list which will be consistent across all mailboxes including Outlook which is usually causing issues. At the...

Discussion

**Describe the bug** I'm trying to create an email with 5 stars across like a rating. It needs to be rendered all on one row on mobile so I use...

I have built out a few components where this continues to happens. The punctuation for the headline and the body copy are shifting all the way to the left of...

Bug

Hi there I'm trying to get around the Gmail dark mode issue where it flips the email colors and found this resource: https://www.hteumeuleu.com/2021/fixing-gmail-dark-mode-css-blend-modes/ Is this something that is known to...

from https://github.com/mjmlio/mjml/issues/1757

The `crypto` module brings a *huge* amount of code to the browser build and it's removal reduces the build size by **400 KiB** or by 25%. The `crypto.randomBytes` [Generates cryptographically...

The documentation contains unordered lists, e.g.: https://github.com/mjmlio/mjml/blob/master/packages/mjml-social/README.md?plain=1#L106 But they are not rendered properly in the documentation: ![image](https://user-images.githubusercontent.com/1236435/182031120-181dcfb1-cd27-44ae-9285-6ffd72b971aa.png)

**Problem description** A common problem in email design (and web) design is to have content of the same height standing side by side. Content should be responsive in mails, but...

**Describe the bug** I'm getting the error **Cannot read property 'map' of undefined** I can reach the error by using the built-in validation `mjml --validate ./file.mjml` **To Reproduce** Steps to...