Bug Color picker (alpha) seems broken when variations are disabled

There is a bug in this version
R

Russ

Guest
To reproduce:

1.) Disable variations on the style.
2.) Reduce the alpha on the color picker of a background and save

1725388423591.webp


With Style variations disabled, this is the output:

1725388449115.webp


With style variations enabled, it outputs the correct CSS:

Code:

background: hsl(350, 63%, 42%, .12);

Continue reading...