Replies: 1 comment 2 replies
-
I just came here to propose something like this. Doing this on the type level would be preferable. Give a TS error when using properties that are not wildly supported (e.g. flexbox). Going through the examples and seeing that flexbox is quite common in them was a surprise. This kind of defeats the purpose of this library imho. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
email dev
(e.g. flexbox)Background
I think this will improve DX significantly, as many common css properties like flexbox don't work correctly in emails, the dev preview gives a false preview of the email. It's not until you actually send it do you realise what it actually looks like.
Proposal
Not entirely sure. Perhaps there's a list of CSS that's not supported in emails which can be referenced prior to showing the preview.
Beta Was this translation helpful? Give feedback.
All reactions