CSS Variables – What Are They & How to Use Them
What Is a CSS Variable?
CSS custom properties are often referred to as CSS variables. They allow you to set and store values within them for use throughout your stylesheet(s). For example, you could have a primary-color variable that is set to the he...
htmlallthethings.hashnode.dev9 min read