Skip to content

Commit

Permalink
Move order of $base-unit
Browse files Browse the repository at this point in the history
Fix a problem with the spacing variables, omiting the value of $base-unit.
  • Loading branch information
James Kolce committed Oct 14, 2015
1 parent 7107a0f commit 5352553
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/custom/_globals.scss
Expand Up @@ -17,6 +17,9 @@
// $bp-large: 70em;
// $bp-extra-large: 80em;

// Base Size (used in unitSize() for proportions)
// $base-unit: 8;

// Spacing
// $spacing-xs: unitSize(1);
// $spacing-s: unitSize(2);
Expand All @@ -25,14 +28,6 @@
// $spacing-xl: unitSize(5);


//
// Base Size
// ---------
// Allows sizes in proportions

// $base-unit: 8;


//
// Grid
// ----
Expand Down

0 comments on commit 5352553

Please sign in to comment.