Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Last active August 3, 2018 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudia-romano/0ebaa716501006cbab1c0514346a5ef6 to your computer and use it in GitHub Desktop.
Save claudia-romano/0ebaa716501006cbab1c0514346a5ef6 to your computer and use it in GitHub Desktop.
:root {
/* line-height */
--heading-line-height: 1.2;
--body-line-height: 1.4;
--article-line-height: 1.58;
}
.text-to-crop {
@include lhCrop(var(--heading-line-height));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment