Skip to content

Instantly share code, notes, and snippets.

@hatefulcrawdad
Created August 10, 2012 22:04
Show Gist options
  • Save hatefulcrawdad/3318494 to your computer and use it in GitHub Desktop.
Save hatefulcrawdad/3318494 to your computer and use it in GitHub Desktop.
ModScale
// Variables
$ratio: $golden;
$baseSize: 14px;
$importantModNum: 44px;
// Modular Scale SCSS Function Syntax
h6 { font-size: ms(0); } // First Number in Scale
h5 { font-size: ms(1); } // Second Number in Scale
h4 { font-size: ms(2); } // Third Number in Scale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment