Created
August 3, 2018 09:45
-
-
Save claudia-romano/5e2f7f28948cf51c8609cd89ec8d7786 to your computer and use it in GitHub Desktop.
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
:root { | |
/* line-height */ | |
--heading-line-height: 1.2; | |
--body-line-height: 1.4; | |
--article-line-height: 1.58; | |
/* capital letters - used in combo with the lhCrop mixin */ | |
--font-primary-capital-letter: 0.75; | |
--font-secondary-capital-letter: 0.69; | |
} | |
.text-to-crop { | |
@include lhCrop(var(--body-line-height), var(--font-primary-capital-letter)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment