It would be awesome if names, casings and even the order of the ratios would match across these two modules.
Ratios copied from the JavaScript module:
var minorSecond = 16/15;
var majorSecond = 1.125;
var minorThird = 1.2;
var majorThird = 1.25;
var perfectFourth = 4/3;
var augFourth = 1.414;
var perfectFifth = 1.5;
var minorSixth = 1.6;
var goldenSection = 1.61803398875;
var majorSixth = 5/3;
var minorSeventh = 16/9;
var majorSeventh = 1.875;
var octave = 2;
var majorTenth = 2.5;
var majorEleventh = 8/3;
var majorTwelfth = 3;
var doubleOctave = 4;
I've decided to publish som standardised proportions for both JavaScript and Sass. I hope, you'll want to use them in your projects: https://github.com/proportions/proportions
It would be awesome if names, casings and even the order of the ratios would match across these two modules.
Ratios copied from the JavaScript module:
Ratios copied from the Sass module: