R
Russ
Guest
To reproduce:
1.) Disable variations on the style.
2.) Reduce the alpha on the color picker of a background and save
With Style variations disabled, this is the output:
With style variations enabled, it outputs the correct CSS:
Code:
Continue reading...
1.) Disable variations on the style.
2.) Reduce the alpha on the color picker of a background and save
With Style variations disabled, this is the output:
With style variations enabled, it outputs the correct CSS:
Code:
background: hsl(350, 63%, 42%, .12);
Continue reading...