0
|
1 @charset "UTF-8";
|
|
2
|
|
3 ////
|
|
4 /// Pre-defined scales for use with the `modular-scale` function.
|
|
5 ///
|
|
6 /// @type number (unitless)
|
|
7 ///
|
|
8 /// @see {function} modular-scale
|
|
9 ////
|
|
10
|
|
11 $minor-second: 1.067;
|
|
12 $major-second: 1.125;
|
|
13 $minor-third: 1.2;
|
|
14 $major-third: 1.25;
|
|
15 $perfect-fourth: 1.333;
|
|
16 $augmented-fourth: 1.414;
|
|
17 $perfect-fifth: 1.5;
|
|
18 $minor-sixth: 1.6;
|
|
19 $golden: 1.618;
|
|
20 $major-sixth: 1.667;
|
|
21 $minor-seventh: 1.778;
|
|
22 $major-seventh: 1.875;
|
|
23 $octave: 2;
|
|
24 $major-tenth: 2.5;
|
|
25 $major-eleventh: 2.667;
|
|
26 $major-twelfth: 3;
|
|
27 $double-octave: 4;
|