Opacity tokens
You can create tokens that define the opacity value of a layer.
{
  "my-token": {
    type: 'opacity',
    value: '50%',
  },
  "my-other-token": {
    type: 'opacity',
    value: '0.5',
  }
}
You can create tokens that define the opacity value of a layer.
{
  "my-token": {
    type: 'opacity',
    value: '50%',
  },
  "my-other-token": {
    type: 'opacity',
    value: '0.5',
  }
}