There are numerous incosistencies in custom variable names and generated css:
So, for example, the color variables shades names are generated correctly, but in the further code variable names remain default, causing ‘variable not set’ error.
eg:
if primary color is edited to –prefix-prim: black;
background in primary color is always: var(–primary), no matter that –primary does not exist anymore.
Also, the global prefix is ignored.
Yes. And the second problem is not syncing it in editor, when you change it. :-(