I have a color variable color-blue-400
that maps to color-hover-primary
with 20% opacity. Meaning that color-hover-primary: color-blue-400 20%
I am loving the Variables but it needs to give us more control on how we use that Variables as a value.
For now, I am breaking it from the Variable and just using RGBA. color-hover-primary: rgba(xx,xx,xx, .2)
which needs manual update if there is any change to the color-blue-400
.