test/scss/_settings.scss in zurb-foundation-3.1.0 vs test/scss/_settings.scss in zurb-foundation-3.1.1

- old
+ new

@@ -1,5 +1,7 @@ +@import "foundation/common/ratios"; + // // Settings file containing Foundation defaults // // Grid Settings // $rowWidth: 1000px !default; @@ -79,10 +81,10 @@ // $mainWidth: 80% !default; // $complementaryWidth: 20% !default; // // Modular Scale Settings -// // $ratio: $golden; // THIS IS DEFAULT IN MODULAR-SCALE +// $ratio: $golden; // THIS IS DEFAULT IN MODULAR-SCALE // $baseFontSize: 14px !default; // $importantModNum: 44px !default; // $base-size: $baseFontSize $importantModNum; // // Produced the following list of values: 14, 17, 23, 27, 37, 44, 59, 71, 95, 115; // // http://www.modularscale.com by Tim Brown