NO BUG: Dynamic variables can't be imported

Hi,

you can only have one variable with the same name.

So, what you probably need to do is import just :root variables, and for dark mode, include that class that you have, that will override the variables if the user switches to dark mode.

If you also want “dark mode” variables inside the variable manager, then you will need to name it differently.

I hope it’s understandable.
Matej