col-span and row-span support for "/" character #19052
CamHudson808
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
You can using the For example, equivalent of |
Beta Was this translation helpful? Give feedback.
3 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.
-
As far as I know, using tailwind you cannot specify the start and end grid-col or grid-row like you can in regular css (for example grid-column: 1 / 3; ), nor can you combine it with the span keyword (for example grid-rows 1 / span 2; ). I am wondering if there is a way to do this or if this is feasible to be implemented.
Beta Was this translation helpful? Give feedback.
All reactions