Replies: 1 comment
-
Support added in #13781. |
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.
-
Could we perhaps consider supporting negative values for the
col-start-
,col-end-
,row-start-
androw-end-
utilities? Negative values allow one to offset from the end of the axes, rather than the start.I believe it would be the case of adding
{ supportsNegativeValues: true }
to the third parameter of these calls – I can open a PR if this proposal would be acceptable.tailwindcss/src/corePlugins.js
Lines 641 to 642 in c834da4
tailwindcss/src/corePlugins.js
Lines 644 to 645 in c834da4
Beta Was this translation helpful? Give feedback.
All reactions