CSS and SCSS (DRAFT)

N.B. this document is a bit draft, please contribute to make it more complete.

SCSS and SASS

Generic notes:

Order of things:

Keep all styles in component files, not in a table-of-contents file.

The order of includes in the table-of-contents (the root) file:

In short, from more generic to specific rules.