Style utilities

Padding

ClassPropertyValue
.p-xxxsmallpaddingvar(--size-xxxsmall)
.p-xxsmallpaddingvar(--size-xxsmall)
.p-xsmallpaddingvar(--size-xsmall)
.p-smallpaddingvar(--size-small)
.p-mediumpaddingvar(--size-medium)
.p-largepaddingvar(--size-large)
.p-xlargepaddingvar(--size-xlarge)
.p-xxlargepaddingvar(--size-xxlarge`
.p-xxxlargepaddingvar(--size-xxxlarge)

Margin

ClassPropertyValue
.m-xxxsmallmarginvar(--size-xxxsmall)
.m-xxsmallmarginvar(--size-xxsmall)
.m-xsmallmarginvar(--size-xsmall)
.m-smallmarginvar(--size-small)
.m-mediummarginvar(--size-medium`
.m-largemarginvar(--size-large)
.m-xlargemarginvar(--size-xlarge)
.m-xxlargemarginvar(--size-xxlarge)
.m-xxxlargemarginvar(--size-xxxlarge)

Top, right, bottom and left margin

To specify an explicit top, right, bottom or left margin, append a t, r, b or l to the .m class.
For example, .mb-xsmall will apply a var(--size-xsmall) bottom margin. The respective remaining sizes are shown in the table above.

Layout

ClassPropertyValue
.hiddendisplaynone
.inlinedisplayinline
.blockdisplayblock
.inline-blockdisplayinline-block
.flexdisplayflex
.inline-flexdisplayinline-flex

Flex

ClassPropertyValue
Direction
.rowflex-directionrow
.row-reverseflex-directionrow-reverse
.columnflex-directioncolumn
.column-reverseflex-directioncolumn-reverse
Wrap
.flex-wrapflex-wrapwrap
.flex-wrap-reverseflex-wrapwrap-reverse
.flex-no-wrapflex-wrapnowrap
Shrink
.flex-shrinkflex-shrink1
.flex-no-shrinkflex-shrink0
Grow
.flex-growflex-grow1
.flex-no-wrapflex-grow0
Justify
.justify-content-startjustify-contentflex-start
.justify-content-endjustify-contentflex-end
.justify-content-centerjustify-contentcenter
.justify-content-betweenjustify-contentspace-between
.justify-content-aroundjustify-contentspace-around
Align
.align-items-startalign-itemsflex-start
.align-items-endalign-itemsflex-end
.align-items-centeralign-itemscenter
.align-items-stretchalign-itemsstretch
.align-content-startalign-contentflex-start
.align-content-endalign-contentflex-end
.align-content-centeralign-contentcenter
.align-content-stretchalign-contentstretch
.align-self-startalign-selfflex-start
.align-self-endalign-selfflex-end
.align-self-centeralign-selfcenter
.align-self-stretchalign-selfstretch