How do you use variables for wxss in Mini Program?

I have tried the following useless


--root {
  --Colors: red;
}

.container {
  color: var(--Colors);
}

is there another way to set variables?


page {
    --color: red;
}

this is the way to write


would like to ask what to do with variables


Wechat's native unsupported variables, which can be implemented in a framework, but I have never used this framework. Mini Program framework can take a look at this framework

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31ed7-2bdff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31ed7-2bdff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?