A color value is written in many places in the js/css file of the project, and the color value must be uniform, so when we need to change this color value, we have to change it everywhere. Is there any way to set it uniformly?
Note: we only use traditional css, instead of precompilable css such as scss.