sorry to bother you with this, but maybe you can provide me with a hint as to how I may solve the CSS Issue I noted down in the uncommented areas of the css-editor inside of https://anymod.com/mod/nkdmkd Any help is greatly appreciated!
I cannot find a nice approach to apply the global variable : var(–primary); to css-line 83: IT USED TO BE:
color: darken($primaryColor, 10%);
AND I NEED IT TO BE SOMETHING LIKE
color: darken(var(–primary), 10%);
Glad if you can provide me with a hint
the only way I currently see is to hardcode the color I can of cause do that