Sha256: e6cc1b463ab9c624d7bb7693ed25cf0e29879fa13013e7767adb33a7b2370828

Contents?: true

Size: 451 Bytes

Versions: 5

Compression:

Stored size: 451 Bytes

Contents

// Ratios
$golden: 1.618;
$gold: $golden;
$double-octave: (4 / 1);
$major-twelfth: (3 / 1);
$major-eleventh: (8 / 3);
$major-tenth: (5 / 2);
$octave: (2 / 1);
$major-seventh: (15 / 8);
$minor-seventh: (16 / 9);
$major-sixth: (5 / 3);
$minor-sixth: (8 / 5);
$fifth: (3 / 2);
$augfourth: (1 / 1.4142135623730950488); // (1 / square root 2)
$fourth: (4 / 3);
$major-third: (5 / 4);
$minor-third: (6 / 5);
$major-second: (9 / 8);
$minor-second: (16 / 15);

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zurb-foundation-3.1.0 scss/foundation/common/_ratios.scss
zurb-foundation-3.1.0.rc1 scss/foundation/common/_ratios.scss
zurb-foundation-3.0.9 scss/foundation/common/_ratios.scss
zurb-foundation-3.0.9.rc1 scss/foundation/common/_ratios.scss
zurb-foundation-3.0.8 scss/foundation/common/_ratios.scss