@import 'modular-scale'
// ————————————————————————— // // Modular Scale Setup // // This file sets up the modular scale compass extension. More documentation // on this extension can be found here: // // github.com/Team-Sass/modular-scale // // What is modular scale and why should I care? // // “Using a modular scale on the web means choosing numbers from the scale // for type sizes, line height, line length, margins, column widths, // and more.” - Tim Brown // // For more detailed information on modular scale and how to use it properly // check out the following links: // // modularscale.com/ // blog.8thlight.com/billy-whited/2011/10/28/r-a-ela-tional-design.html // // —————————————————————————
$ratio: golden() $base-size: 18px $base-size-companion: 16px $multibase-sizes: $base-size $base-size-companion