whalephant
Version:
Slush for scaffolding, Jspm for packaging, React for templating framework
7 lines (4 loc) • 374 B
Markdown
# 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.
Reference: [Sass Guidelines](http://sass-guidelin.es/) > [Architecture](http://sass-guidelin.es/#architecture) > [Main file](http://sass-guidelin.es/#main-file)