Variables & Interpolation: Sass allows to declare variables that can be used throughout the stylesheet. Variables begin with symbol $, and are declared just like properties. They can have any value that is allowed for a CSS property, such as colors, numbers (with units), or text. Variables can be used for more than just property values. Indeed is possible to use #{$var} to insert them into propert