css--bg-color: var(--color-gray--100);
Using the example above, --bg-color
is the custom property and var(--color-gray--100)
is the variable. More info on this distinction here.
css--bg-color: var(--color-gray--100);
Using the example above, --bg-color
is the custom property and var(--color-gray--100)
is the variable. More info on this distinction here.