Replies: 1 comment
-
Sounds good to me, welcome a PR for it 👍 |
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
-
outline-offset
supports a negative value but one cannot use negative prefix like one can do with margins, for example:m-2
✅outline-offset-2
✅-m-2
✅-outline-offset-2
❌If I see it correctly, it would involve adding
supportsNegativeValues: true
into here:tailwindcss/src/corePlugins.js
Lines 1991 to 1993 in 7924e7b
Beta Was this translation helpful? Give feedback.
All reactions