size

SelectorStyleVariables Required
.sizewidth: calc(var(--spacing) * var(--size))
height: calc(var(--spacing) * var(--size))
--size
.[size]width: var(--size)
height: var(--size)
--size
.size-autowidth: auto
height: auto
-
.size-fullwidth: 100%
height: 100%
-
.size-dvwwidth: 100dvw
height: 100dvw
-
.size-dvhwidth: 100dvh
height: 100dvh
-
.size-lvwwidth: 100lvw
height: 100lvw
-
.size-lvhwidth: 100lvh
height: 100lvh
-
.size-svwwidth: 100svw
height: 100svw
-
.size-svhwidth: 100svh
height: 100svh
-
.size-minwidth: min-content
height: min-content
-
.size-maxwidth: max-content
height: max-content
-
.size-fitwidth: fit-content
height: fit-content
-