diff --git a/src/custom/_globals.scss b/src/custom/_globals.scss index 5a50f46..6d5627c 100644 --- a/src/custom/_globals.scss +++ b/src/custom/_globals.scss @@ -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); @@ -25,14 +28,6 @@ // $spacing-xl: unitSize(5); -// -// Base Size -// --------- -// Allows sizes in proportions - -// $base-unit: 8; - - // // Grid // ----