Add ability to use style objects in Transition
instead of classes
#777
dreamawakening
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.
-
I'm using twin.macro, which converts Tailwind's styled classes into style objects.
I'd like to use this with the
Transition
component. However, it only accepts class name strings for props such as the following:Therefore it's not compatible with twin.macro.
This would also be a workaround for my problem here with PurgeCSS.
Beta Was this translation helpful? Give feedback.
All reactions