Replies: 1 comment
-
I don't think v4 has support for that right now. |
Beta Was this translation helpful? Give feedback.
0 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 have a plugin I want to convert to css for v4 (https://github.com/skttl/tailwindcss-quantity-queries)
It creates variants like children-[<3], children-[4] etc., as you can see with some level of arbitrariness.
If I try to create them with
@custom-variant
I can't see that I can add the values, like with utilities. Is there another at-rule better suited for this?Beta Was this translation helpful? Give feedback.
All reactions