Mercurial > nebulaweb3
comparison default/assets/scss/vendors/bourbon/helpers/_scales.scss @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
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; |