You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be fixed, and will be available in Tailwind v3.
If you are using JIT mode, then you can already try it by using the v3 alpha version using npm install tailwindcss@insiders or yarn add tailwindcss@insiders.
If you are using AOT mode, then I would recommend you to try and switch to JIT mode first. If you can't do that for technical reasons / bugs, please open an issue with a minimal reproduction repo so that we can help.
What version of Tailwind CSS are you using?
2.2.15 (also tested with 3.0.0-alpha.1 and 2.2.17)
Reproduction URL
https://play.tailwindcss.com/KkuBVniu30?file=css
Describe your issue
Using multiple transform-based properties (like translate-x and translate-y) results in duplicated
transform
property, egGenerates:
The text was updated successfully, but these errors were encountered: