CSS Variable Simplified [2022]
CSS variables are used to define custom properties while styling a web page. It is advisable when the project is large and involves reusable properties or values. It can also be used when defining specific rules for the project theme.
It uses var() f...
leom.hashnode.dev2 min read