Borders

Border tokens define the width and curvature of element edges. Border radius controls the roundness of corners for components like buttons, cards, and input fields, while border width sets the thickness of those edges.

Border Width Tokens

Token Name Value, rem Value, px CSS Class Border Preview
--border-width-0 0 0px .border-0
--border-width-1 0.0625rem 1px .border-1
--border-width-1.5 0.09375rem 1.5px .border-1-5
--border-width-2 0.125rem 2px .border-2
--border-width-3 0.1875rem 3px .border-3
--border-width-4 0.25rem 4px .border-4
--border-width-8 0.5rem 8px .border-8

Border Styles

Token Name CSS Class Border Preview
--border-style-none .border-none
--border-style-solid .border-solid
--border-style-dashed .border-dashed
--border-style-dotted .border-dotted
--border-style-double .border-double