Open CodingDive opened 4 years ago
I believe outline may be missing properties that are already available on the border.
outline
border
outlineRadius, outlineColor, etc. Only outline seems to exist at the moment and its only token is NONE. https://github.com/cerebral/classy-ui/blob/master/src/config/classnames.ts#L701
outlineRadius
outlineColor
NONE
I believe
outline
may be missing properties that are already available on theborder
.outlineRadius
,outlineColor
, etc. Onlyoutline
seems to exist at the moment and its only token isNONE
. https://github.com/cerebral/classy-ui/blob/master/src/config/classnames.ts#L701