Skip to content

Instantly share code, notes, and snippets.

@christianwish
Created July 23, 2021 18:58
Show Gist options
  • Save christianwish/fff3b98a50f3b1e39031179d711b22c2 to your computer and use it in GitHub Desktop.
Save christianwish/fff3b98a50f3b1e39031179d711b22c2 to your computer and use it in GitHub Desktop.
@mixin lineClamp ($lines) {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: $lines;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment