Our style guide is an extension of Sass Guidelines by Hugo Giraudel. The rules we especially focus on are:
- Syntax & formatting (exceptions below)
- Naming conventions (see the CSS Style Guide for information on exceptions)
- Variables
- Mixins
The Sass Guidelines site recommends using RBG and HSL values to format colors, but we're using hex values.