Why You Should Learn Sass
VARIABLE: Sass variables are simple: you assign a value to a name that begins with a dollar sign "$" , and then you can refer to that name instead of the value itself. Unlike a property, which can only be declared in a style rule or at-rule, variable...
Feb 17, 20221 min read

