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
Transition props from @theme like --default-transition-duration or --transition-timing-function-linear change the value, but the CSS props are not present. Eg.
Also the same should be applied to transition-property, but I didn't find how this can be changed. There should be --default-transition-property prop I guess?
What version of Tailwind CSS are you using?
For example: v4.0.0-alpha.21
Describe your issue
Transition props from
@theme
like--default-transition-duration
or--transition-timing-function-linear
change the value, but the CSS props are not present. Eg.CSS properties missing
Current
Shloud be
transition-property
Also the same should be applied to
transition-property
, but I didn't find how this can be changed. There should be--default-transition-property
prop I guess?I also don't know if it's currently possible to add new transition properties like here - https://tailwindcss.com/docs/transition-property#customizing-your-theme
The text was updated successfully, but these errors were encountered: