div { --color: red; color: var(--color); } ... This writes and/or updates the value to the root of your CSS file. So, if I wanted to update ...
確定! 回上一頁