Add common folder, add grid component, remove home placeholder

* New `common/` folder for `_variables` and `_global`
* Move grid styles to new `_grid` component
* Remove `layouts/pages/_home`
This commit is contained in:
Ben Word
2015-02-19 14:17:50 -06:00
parent fc05091971
commit 17b3aa5d59
6 changed files with 7 additions and 11 deletions

View File

View File

@@ -0,0 +1,17 @@
// Grid settings
// -------------------------
@main-sm-columns: @grid-columns;
@sidebar-sm-columns: 4;
// Brand colors
// -------------------------
@brand-primary: #27ae60;
// Glyphicons path
// -------------------------
@icon-font-path: "../fonts/";