Replies: 1 comment 1 reply
-
|
It already is possible as per this Tailwind Play. Rather, your problem could be perhaps that you need to include a |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Currently it doesn't seem as if we can use custom variants in css.
given a custom variant like this:
it would be nice if we were able to use size-large in css like we can with built in variants. e.g.:
currently, this results in an error:
Internal server error: Cannot use@variantwith unknown variant: size-large.custom variants can be used with @apply
but
e.g.:
is it possible to do this? I'd be interested in contributing or helping out, if so.
Beta Was this translation helpful? Give feedback.
All reactions