v3 - Negative classes don't work with arbitrary theme() values #19927
Replies: 3 comments 1 reply
-
|
For arbitrary values, there is no negative counterpart - you'd need to negate it yourself as part of the value. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Actually found the issue with AI, I'll put up a PR, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Opened a PR for the fix: #19928 |
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.
-
Recently observed that adding the minus/negative modifier doesn't work with
theme()interpolation. Is this a known issue or should I file a bug?https://play.tailwindcss.com/DZ81mJRDAz
ms-[theme(padding.6)]-ms-[theme(padding.6)]Beta Was this translation helpful? Give feedback.
All reactions