CSS custom properties (also known as CSS variables)
CSS custom properties are variables that can be defined in your CSS and reused throughout your stylesheet. They allow you to store values that can be used in multiple places, making it easier to manage and maintain your styles.
How to define a CSS cu...
synack.hashnode.dev3 min read