Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Standardize on no _underscore.scss
Browse files Browse the repository at this point in the history
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
chadwhitacre authored and Changaco committed Jan 5, 2015
1 parent 10c8490 commit e70a096
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e70a096

Please sign in to comment.