pattern-7-1/sass/abstracts
Andros Fenollosa f37dd365d2 Add sass
2019-02-26 11:06:17 +01:00
..
_functions.sass Add sass 2019-02-26 11:06:17 +01:00
_functions.scss First commit 2019-02-26 10:16:32 +01:00
_mixins.sass Add sass 2019-02-26 11:06:17 +01:00
_mixins.scss First commit 2019-02-26 10:16:32 +01:00
_variables.sass Add sass 2019-02-26 11:06:17 +01:00
_variables.scss First commit 2019-02-26 10:16:32 +01:00
README.md First commit 2019-02-26 10:16:32 +01:00

Abstracts

The abstracts/ folder gathers all Sass tools and helpers used across the project. Every global variable, function, mixin and placeholder should be put in here.

The rule of thumb for this folder is that it should not output a single line of CSS when compiled on its own. These are nothing but Sass helpers.

Reference: Sass Guidelines > Architecture > Abstracts folder