Simple Grid CSS Variables
CSS Variable | Default | Description |
---|---|---|
--gap-x | 1rlh | Gap between columns |
--gap-y | 1rlh | Gap between rows |
--gap | 1rlh | Gap between columms and rows |
--cols | 1 | Number of columns |
Children CSS Variables
CSS Variable | Default | Description |
---|---|---|
--span | 1 | Number of columns that the child should occupy. |
--rowspan | 1 | Number of rows the child should occupy. |
--colstart | auto | Column start position. |
--rowstart | auto | Row start position. |