Skip to content

Instantly share code, notes, and snippets.

@hachesilva
Created June 21, 2023 21:43
Show Gist options
  • Save hachesilva/74036bfe6f38fd354c8a38fac8b8b670 to your computer and use it in GitHub Desktop.
Save hachesilva/74036bfe6f38fd354c8a38fac8b8b670 to your computer and use it in GitHub Desktop.
Typography scales, sass version
// Source: https://typescale.com/
// Typography scales
$minor_second: 1.067;
$major_second: 1.125;
$minor_third: 1.200;
$major_third: 1.250;
$perfect_fourth: 1.333;
$augmented_fourth: 1.414;
$perfect_fifth: 1.500;
$golden_ratio: 1.618;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment