CSS Variables
CSS VARIABLES
It works just like variables in SASS/ SCSS.
You set a :root value of different variables, then you assign it to each element.
Example
`: root{
--color: pink;
--padding: 15px;
--blur: 10px;
--block-width: 100px;
--gutter-size: 10px...
wonuola.hashnode.dev2 min read