Variable name change
This commit is contained in:
parent
155efa5567
commit
c08a6446ec
8 changed files with 27 additions and 87 deletions
|
@ -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;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue