Grid With Breakout CSS Variables

CSS VariableDefaultDescription
--content-width1frWidth of the main content column
--side-width0.25frWidth of both breakout columns (left and right)
--start-width0.25frWidth of the left breakout column. Overrides --side-width when present
--end-width0.25frWidth of the right breakout column. Overrides --side-width when present
--gap-Gap between columns and rows. --gap-x and --gap-y will override this value
--gap-x-Gap between columns
--gap-y-Gap between rows

Children Classes

ClassDescription
breakout-start-onlyPlace item on the left breakout column only
breakout-startPlace item on the left breakout column and the content column
breakout-endPlace item on the right breakout column and the content column
breakout-end-onlyPlace item on the right breakout column only
breakout-fullBreakout to both sides, allowing item to span the whole row