-
Now mjml@3 is legacy https://github.com/mjmlio/mjml/tree/3.3.x
-
I had to redeploy my Node app, which automatically upgrade MJML to version 4 on my heroku server. This broke my app. I cannot run my current code. Also new code examples do not work.
**Reproducti…
-
The **mj-location** component, which allows you to set an address which will link to Google Maps, provides a default photo to accompany it. The component has an attribute, **src**, which also allows y…
-
As one person already said in #9 , this needs updated to the latest MJML version.
This also is throwing errors on a project I created with the latest MJML app.
My main template includes other te…
-
I created a company footer in MJML
`
Company Name
Company Address
website
…
-
Hi!
I install an environment:
```
$ nvm install 8
$ nvm use 8
$ npm install mjml@4.0.5
$ node_modules/.bin/mjml --version
mjml-core: 4.3.0
mjml-cli: 4.3.0
```
Then I try to compile simple …
-
The `mjml-core` module doesn’t work as a standalone module. It errors on import.
**Use case:** The main `mjml` module brings in a ton of dependencies that we don’t want (including `mjml-cli` which …
-
Apologies if this has already been answered.
I'm building a template with full width background colours, looks great on most email clients but on Outlook, the background colour is being limited to…
-
The next code seems to break on a 4K screen in Outlook 365. It renders a square field of 200px x 200px (I'm guessing). It is completely fine on a regular screen.
```xml
…
-
I think MJML should refactor shorthand hex codes to longhand uppercase to prevent issues with some versions of Outlook.
For example:
`#fff` should be changed to `#FFFFFF`