
add css variables without global example
add css variables without global example in css
div { --color: #fff; }
div .child { color: var(--color); }
add css variables without global example in css
div { --color: #fff; }
div .child { color: var(--color); }
Share URL: add-css-variables-without-global-example