Simple Grid CSS Variables

CSS VariableDefaultDescription
--gap-x1rlhGap between columns
--gap-y1rlhGap between rows
--gap1rlhGap between columms and rows
--cols1Number of columns

Children CSS Variables

CSS VariableDefaultDescription
--span1Number of columns that the child should occupy.
--rowspan1Number of rows the child should occupy.
--colstartautoColumn start position.
--rowstartautoRow start position.