Summary
Variables in Sass are simple to use, as they are assigned a value to a name beginning with $ and can be referred to instead of the value itself.
1
The!default and!global flags are used to set variable precedence and scope in Sass.
2
Variables with null values will be considered unassigned and will be assigned with!default.
2
According to