shellscape / jsx-email

Build emails with a delightful DX
https://jsx.email
MIT License
986 stars 33 forks source link

feat(jsx-email): add `rem-to-px` preset to `unoconfig` #189

Closed lordelogos closed 5 months ago

lordelogos commented 5 months ago

Component / Package Name:

Tailwind This PR contains:

Are tests included?

Breaking Changes?

If yes, please include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

This PR adds the rem-to-px preset to unocss config which converts all rem values to px in the <Tailwind> component. This is important for email clients that do not support rem values (e.g AOL and some older Outlook versions)