Skip to content

Commit

Permalink
Removed default from gutter
Browse files Browse the repository at this point in the history
  • Loading branch information
invmatt committed May 29, 2014
1 parent 01b5ae1 commit 7db6791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/scss/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Sets the default grid width and gutters
*/

$gridsize: 1120px;
$gutter: 20px !default;
$gutter: 20px;
$gridsize: 1120px;



Expand Down Expand Up @@ -36,7 +36,7 @@ $print-stylesheet: true !default;
*/

$base-font-size: 16 !default;
$headings-size: 32 28 24 20 18 16; !default;
$headings-size: 32 28 24 20 18 16 !default;

$monospace-font-stack: "Consolas", "DejaVu Sans Mono", "Courier", monospace;
$regular-font-stack: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
Expand Down

0 comments on commit 7db6791

Please sign in to comment.