Robin Malfait
Robin Malfait
Hey! This is expected behavior right now because we don't have a concept of overriding utilities at this time. If you use `@utility`, then it's registered as a new utility...
The reason `@utility` extends existing utilities is because of Tailwind CSS v3 where that behavior is the same and otherwise that would be a big breaking change. Even with presets...
Hey! Thanks for the PR! Going to say no for this right now, but we can re-open it if more people want this functionality. The current thinking here is that...
Hey! I'm going to close this issue now that Tailwind CSS v4, in Tailwind CSS v4 using numbers as breakpoint names work (and are correctly sorted): https://play.tailwindcss.com/TO4OOUSDCp The biggest issue...
Hey! In Tailwind CSS v4, we use `@property` which allows us to assign types to certain CSS variables. This allows you to make transitions of gradients work, which is something...
This should be fixed by #3786, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.
Hey, thanks for the PR! In Tailwind CSS v3 these styles are added via `addComponents(…)` and `addComponents` doesn't respect the important option on purpose otherwise it could be that you...
Hey sorry about the regression! This should be fixed by #3448, and will be available in the next release ([2.1.4](https://github.com/tailwindlabs/headlessui/releases/tag/%40headlessui%2Freact%40v2.1.4)). You can already try it using: - `npm install @headlessui/react@insiders`.
Hey! The Transition component and `transition` props work with transitions and not animations. We ran into a bug recently where somebody had an infinite playing animation causing a dialog not...
This should be fixed by #3796, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.