Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created September 3, 2014 10:37
Show Gist options
  • Save scottkellum/62050956773422d0c257 to your computer and use it in GitHub Desktop.
Save scottkellum/62050956773422d0c257 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// Modular Scale (v2.0.5)
// ----
@import 'modular-scale';
$ms-base: 1rem;
$ms-ratio: $golden; // 1.618
scale {
ms0: ms(0); // 1.000rem - $ms-base
ms1: ms(1); // 1.618rem
ms2: ms(2); // 2.618rem
ms3: ms(3); // 4.236rem
ms4: ms(4); // 6.854rem
ms5: ms(5); // 11.090rem
}
scale {
ms0: 1rem;
ms1: 1.61803rem;
ms2: 2.61803rem;
ms3: 4.23607rem;
ms4: 6.8541rem;
ms5: 11.09017rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment