This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's a convention in the Sass community to prefix partials with underscore. It's actually more than a convention, because: `scss --watch dirname` will produce a css file for every scss file it finds *unless* the filename starts with underscore. Because we're not using this method of compiling scss (we programmatically compile our scss from a simplate), we don't need to worry about this. Let's skip the underscores.
- Loading branch information