Skip to content

Instantly share code, notes, and snippets.

@tedw
Created June 4, 2014 19:45
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 tedw/aa7b3dbe90d9cae06899 to your computer and use it in GitHub Desktop.
Save tedw/aa7b3dbe90d9cae06899 to your computer and use it in GitHub Desktop.
// Golden ratio
$phi : 1.618034 ;
$golden : $phi ;
$double-octave : 4 ;
$major-twelfth : 3 ;
$major-eleventh : 2.666666667 ;
$major-tenth : 2.5 ;
$octave : 2 ;
$major-seventh : 1.875 ;
$minor-seventh : 1.777777778 ;
$major-sixth : 1.666666667 ;
$minor-sixth : 1.6 ;
$fifth : 1.5 ;
$augmented-fourth : 1.41421 ;
$fourth : 1.333333333 ;
$major-third : 1.25 ;
$minor-third : 1.2 ;
$major-second : 1.125 ;
$minor-second : 1.066666667 ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment