Flexbox
Kelp contains a handful of generic Flexbox utility classes you can use to create layouts on the fly or modify existing layout classes.
| Class | Property | Value |
|---|---|---|
.flex |
displaygap |
flexvar(--gap) |
.flex-inline |
displaygap |
flex-inlinevar(--gap) |
.direction-row |
flex-direction |
row |
.direction-column |
flex-direction |
column |
.wrap |
flex-wrap |
wrap |
.no-wrap |
flex-wrap |
nowrap |