Skip to content

Instantly share code, notes, and snippets.

View grommas's full-sized avatar
🕳️
keep learning

Jakob Grommas grommas

🕳️
keep learning
View GitHub Profile
@mixin text-crop(
$line-height: 1.3,
$top-adjustment: 0px,
$bottom-adjustment: 0px
) {
// Configured in Step 1
$top-crop: 2;
$bottom-crop: 3;
$crop-font-size: 12;