pattern-7-1/sass
Andros Fenollosa f37dd365d2 Add sass
2019-02-26 11:06:17 +01:00
..
abstracts Add sass 2019-02-26 11:06:17 +01:00
base Add sass 2019-02-26 11:06:17 +01:00
components Add sass 2019-02-26 11:06:17 +01:00
layout Add sass 2019-02-26 11:06:17 +01:00
pages Add sass 2019-02-26 11:06:17 +01:00
themes Add sass 2019-02-26 11:06:17 +01:00
vendors Add sass 2019-02-26 11:06:17 +01:00
main.sass Add sass 2019-02-26 11:06:17 +01:00
main.scss First commit 2019-02-26 10:16:32 +01:00
README.md First commit 2019-02-26 10:16:32 +01:00

Main file

The main file (usually labelled main.scss) should be the only Sass file from the whole code base not to begin with an underscore. This file should not contain anything but @import and comments.

Note: when using Eyeglass for distribution, it might be a fine idea to name this file index.scss rather than main.scss in order to stick to Eyeglass modules specifications. See #21 for reference.

Reference: Sass Guidelines > Architecture > Main file