Change grid col-span-x #3491
-
I'm kind of lost why the They just need to span x columns. I didn't find any explanation anywhere what use-case I noticed this because I had the following code in my website: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey! Reason for this is so you can combine a span utility with either a start or an end utility. <div class="col-span-4 col-start-2">
<div class="col-span-3 col-end-7"> |
Beta Was this translation helpful? Give feedback.
Hey! Reason for this is so you can combine a span utility with either a start or an end utility.