With your last update a lot of layouts has broken as you’ve changed the variable names in your theme. I’ve used the theme variables in my code like $color1 = var(–paletteColor1);
The same goes for the font-family and so on.
But there are no such variables anymore, you’ve renamed them to –theme-palette-color-1
I assume that after the plugin and theme will be updated on all of the websites built this way (using the old variable names) the layout will break everywhere.
Is there a way to change this back somehow, or to use double variable name in your coming update?
