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
Property | Type | Description |
---|---|---|
$type | string | Required. "border" |
$value | object | Required. Specify color , width , and style . |
$description | string | (Optional) A description of this token and its intended usage. |