Skip to content

Border

A composite type combining a color, dimension, and stroke style, as defined in 9.3.

json
{
  "heavy": {
    "$type": "border",
    "$value": {
      "color": "#36363600",
      "width": "3px",
      "style": "solid"
    }
  }
}
yaml
heavy:
  $type: border
  $value:
    color: "#36363600"
    width: 3px
    style: solid
PropertyTypeDescription
$typestringRequired. "border"
$valueobjectRequired. Specify color, width, and style.
$descriptionstring(Optional) A description of this token and its intended usage.