Tailwind v4 Support #1878
Replies: 3 comments 1 reply
-
|
please help! |
Beta Was this translation helpful? Give feedback.
-
|
Tailwind v4 Support, Please! |
Beta Was this translation helpful? Give feedback.
-
|
Is there any appetite for react-email to migrate from v3 to v4? The performance appears to be much better when compared to v3, although I am not sure if those wins would translate directly to this email sdk.
Regardless one of my applications that uses
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Goals
To allow use of the
Tailwindcomponent utilizing the new, v4 CSS config method.Background
Tailwind's new recommended configuration method is via a CSS file, not a JavaScript config file. It used to be possible to simply include the Tailwind JS file and pass it in as a prop on the
Tailwindcomponent. This is not possible using their new recommendation.Proposal
It would be super convenient if there was a way for the
Tailwindcomponent to utilize the new CSS-based config so that a config object doesn't need to be manually created and kept in sync with master Tailwind CSS config.Beta Was this translation helpful? Give feedback.
All reactions