You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We describe a the opacity for a hex color value by combining color and opacity tokens (like {brand.color.primary}{core.hexopacity.80}) but the value of core.hexopacity.80 is equal to E6 and it is transformed to NaN.
What happened?
We describe a the opacity for a hex color value by combining color and opacity tokens (like {brand.color.primary}{core.hexopacity.80}) but the value of core.hexopacity.80 is equal to E6 and it is transformed to NaN.
Reproduction
Configurator link
You can see that
--colors-primary-50
correctly returns#0000ffCC
while--colors-primary-80
returns#0000ffNaN
Expected output
Hex values containing "E" should not be transformed to NaN.
Version
0.5.5
The text was updated successfully, but these errors were encountered: