You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey 👋, we have an use-case where gutters aren't needed, and quite problematic. If we had a grid with the 1fr 1fr 1fr layout, all we'd have to do for an item to span across the first cell is write grid-column: 1/2, however, if our layout was 1fr 10px 1fr 10px 1fr (as Split asks of us), suddenly, that'd change to grid-column: 1/3 if we wanted the same width.
Is there a way to make Split work without gaps/gutters?
The text was updated successfully, but these errors were encountered:
Hey 👋, we have an use-case where gutters aren't needed, and quite problematic. If we had a grid with the
1fr 1fr 1fr
layout, all we'd have to do for an item to span across the first cell is writegrid-column: 1/2
, however, if our layout was1fr 10px 1fr 10px 1fr
(asSplit
asks of us), suddenly, that'd change togrid-column: 1/3
if we wanted the same width.Is there a way to make
Split
work without gaps/gutters?The text was updated successfully, but these errors were encountered: