Border width Tokens
You can create tokens that define the border width of a layer. The value of this token would be a dimension, either unitless or with a unit such as px or rem.
{
  "my-token": {
    type: 'borderWidth',
    value: '2px',
  }
}
You can create tokens that define the border width of a layer. The value of this token would be a dimension, either unitless or with a unit such as px or rem.
{
  "my-token": {
    type: 'borderWidth',
    value: '2px',
  }
}