Variables

Sass allows you to define variables that can be used throughout your Sass files. Using variables makes it much easier to ensure consistency throughout your stylesheets for values such as colors and numeric values. Variables are also used for configuration by many Sass extensions. Some examples of values that should be defined as variables are:

This folder can also contain abstractions such as contains Sass mixins, extends and functions for use throughout your stylesheets and help to promote code reuse.