Closed dermyhughes closed 6 years ago
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
#fff
#FFFFFF
Hi @madonkey this has been fixed in the new release mjml4.2-beta, which you can install with npm install mjml, you can check if it solves the problem
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