Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smileyj68/2952520 to your computer and use it in GitHub Desktop.
Save smileyj68/2952520 to your computer and use it in GitHub Desktop.
Foundation 3 Modular Scale SCSS
// Variables
$ratio: $golden;
$base-size: 14px 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