Included Sass files which should have been in my previous commit. Oops!

How embarrassing. Also I've updated the gitignore.
This commit is contained in:
Brandon Mathis
2011-06-27 16:59:21 -04:00
parent 353ccfd4eb
commit 91f0190184
15 changed files with 728 additions and 13 deletions

View File

@ -0,0 +1,7 @@
@import "partials/header";
@import "partials/navigation";
@import "partials/blog";
@import "partials/syntax";
@import "partials/archive";
@import "partials/sidebar";
@import "partials/footer";