Token taxonomy
-
.ow system name.
-
.grid the grid component.
-
cl: value the number of collumns and its widths: 1fr per collumn by default then customise exact value per collumn, ex: 1fr240px equals 2 collumns of 1fr and 240px each. Values per collumn can vary: px, fr, %, vw, rem, while the number of columns start at 1 and expand to 16 columns max.
-
row: value set to auto row numbers and row heights by default. Values per collumn can vary: px, fr, %, vw, rem
-
gutter: value the amount of space between the grid component columns: tight, condensed, dense. Values can vary: px, vw, rem.
-
margin: value the amount of space left and right of the grid component: wide, narrow. Values can vary: px, %, vw, rem
* Use grid margins sparigly, instead, assign margins to grid's parent container.