get/set helpers for CSS custom properties (--name) on :root. Build via initCSSVariables.
get
set
--name
:root
The :root element these helpers read from / write to.
Read the computed value of --${name}.
--${name}
Write value to --${name} on the root element's inline style.
value
get/sethelpers for CSS custom properties (--name) on:root. Build via initCSSVariables.