Sorry, we don't support your browser.  Install a modern browser

Variable custom name and prefix bug#94

There are numerous incosistencies in custom variable names and generated css:

  • Custom variable prefix is not always added
  • Variable name change does not always register

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.

6 months ago
P

Yes. And the second problem is not syncing it in editor, when you change it. :-(

6 months ago
1