Created
June 21, 2023 21:43
-
-
Save hachesilva/74036bfe6f38fd354c8a38fac8b8b670 to your computer and use it in GitHub Desktop.
Typography scales, sass version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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