Approach for preventing use of tailwind classes that aren't supported by email clients #2967
georgewitteman
started this conversation in
Ideas
Replies: 0 comments
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
flex)Background
Previously this could be done by setting a static set of
corePluginsin the tailwind config, but that option isn't available anymore in tailwindcss v4. It also doesn't seem like there's a way to do this with the tailwindcss eslint plugin.Proposal
It would be great to have the ability to whitelist the built in tailwindcss plugins. A blacklist would also work so we could disable known unsafe classes.
Relevant discussions
Beta Was this translation helpful? Give feedback.
All reactions