Replies: 2 comments 4 replies
-
For what its worth, similar variants that can have an arbitrary portion, like |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not strictly speaking a direct answer to your question, but you can do this already with either an arbitrary variant or a dynamic variant plugin |
Beta Was this translation helpful? Give feedback.
3 replies
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'd like to be able to do something like this in
tailwind.config.js
:and use it like
I considered opening up a PR for this but ran into a few questions.
theme
be a good place for those settings? It seems odd there to me but might just be due to somehas
examples I came up with.dark
has it's own special thing andscreen
pulls fromtheme
(but it makes sense there).Beta Was this translation helpful? Give feedback.
All reactions