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 |
display gap |
flex var(--gap) |
.direction-row |
flex-direction |
row |
.direction-column |
flex-direction |
column |
.wrap |
flex-wrap |
wrap |
.no-wrap |
flex-wrap |
nowrap |