1// Golden ratio
2$phi              : 1.618034          ;
3$golden           : $phi              ;
4
5$double-octave    : 4                 ;
6$major-twelfth    : 3                 ;
7$major-eleventh   : 2.666666667       ;
8$major-tenth      : 2.5               ;
9$octave           : 2                 ;
10$major-seventh    : 1.875             ;
11$minor-seventh    : 1.777777778       ;
12$major-sixth      : 1.666666667       ;
13$minor-sixth      : 1.6               ;
14$fifth            : 1.5               ;
15$augmented-fourth : 1.41421           ;
16$fourth           : 1.333333333       ;
17$major-third      : 1.25              ;
18$minor-third      : 1.2               ;
19$major-second     : 1.125             ;
20$minor-second     : 1.066666667       ;