Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Last active August 15, 2018 15:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save claudia-romano/ec531b85db510b5522985d1243897093 to your computer and use it in GitHub Desktop.
Save claudia-romano/ec531b85db510b5522985d1243897093 to your computer and use it in GitHub Desktop.
@mixin lhCrop($line-height, $capital-letter: 1) {
&::before {
content: '';
display: block;
height: 0;
width: 0;
margin-top: calc((#{$capital-letter} - #{$line-height}) * 0.5em);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment