importCssThemefrom'css-map-variable'constmap=newMap([['color','red']])constcssTheme=newCssTheme(map,document.styleSheets[0],true,'--')//map, styleSheets[0], Whether to add a prefix or not, prefixsetTimeout(()=>{map.set('color','blue')},1000)
index.css
:root {
--color: white;
}
It will re-create your first style tag or [[linkcss]] first rule