Refactoring base SASS

This commit is contained in:
Mike Francis 2013-01-01 18:57:43 +00:00
parent b1534b9a0d
commit a50d913cc4
5 changed files with 53 additions and 112 deletions

View file

@ -1,6 +1,6 @@
// Base
$color: #222;
$color: #333;
$bodyBackgroundColour: #fff;
$baseFontStack: 'Helvetica Neue', Helvetica, Arial, sans-serif;
@ -21,7 +21,7 @@ $listMarginLeft: 24;
// Scaffolding
$containerWidth: 1200;
$containerWidth: 940;
$containerPadding: 40;
$columnGutter: 20;
$columnCount: 12;