Elias
Elias
**What version of Tailwind CSS are you using?** v4.0.0-alpha.30 **Reproduction URL** https://play.tailwindcss.com/bjEOmfVaL9 **Describe your issue** ```css @theme { --background-color-*: initial; /* DO NOT WORK: doesn't clear the background color namespace...
I am trying to reset the form manually with `reset()` and it doesn't work. Probably because the schema has changed in `onSubmit` ```ts const { form, errors, message, enhance, reset,...
Is this plugin compatible with Tailwindcss v4? https://fluid.tw/#installation Since v4 use rem by default for breakpoints and font size I guess point 3 is no more relevant. But how can...