Open blackfalcon opened 2 weeks ago
There are a lot of UIs where I see 1.25rem as a value. And this is not a supported token.
1.25rem
Add a new token. Currently there is:
Auro could add var(--ds-size-250) that will have the value of 1.25rem
var(--ds-size-250)
Not allow anyone to use 1.25rem as a value in their UI.
n/a
This issue can be resolved once there is a decision made on the new token and a potential release.
Is your feature request related to a problem? Please describe.
There are a lot of UIs where I see
1.25rem
as a value. And this is not a supported token.Describe the solution you'd like
Add a new token. Currently there is:
Auro could add
var(--ds-size-250)
that will have the value of1.25rem
Describe alternatives you've considered
Not allow anyone to use 1.25rem as a value in their UI.
Additional context
n/a
Exit criteria
This issue can be resolved once there is a decision made on the new token and a potential release.