Simple introduction to CSS variables
What's a CSS variable?
A CSS variable is an defined name with a valid CSS value associated to it, it's defined by using -- at the start of the variable name and then it can be use as the value of a CSS property by implementing the var() function.
Ex...
alexandertux.hashnode.dev4 min read