Variable name change

This commit is contained in:
Mike Francis 2014-12-01 12:26:25 +00:00
parent 155efa5567
commit c08a6446ec
8 changed files with 27 additions and 87 deletions

View file

@ -7,7 +7,7 @@ $base-background-colour: #fff;
$base-font-stack: 'Helvetica Neue', Helvetica, Arial, sans-serif;
$base-font-size: 16;
$base-line-height: 1.5;
$base-margin-bottom: ($base-font-size * $base-line-height) * 1px;
$base-spacing-unit: ($base-font-size * $base-line-height) * 1px;
/**
@ -25,7 +25,7 @@ $breakpoint-ld: 2000px;
$grid-max-width: 1200px;
$grid-grid-columns: 12;
$grid-gutter: $base-margin-bottom;
$grid-gutter: $base-spacing-unit;
/**