Skip to content

Instantly share code, notes, and snippets.

@Yipee-ki-yay
Created October 17, 2018 08:15
Show Gist options
  • Save Yipee-ki-yay/a7b0d6f387ec282ff92a6bde9c389ba4 to your computer and use it in GitHub Desktop.
Save Yipee-ki-yay/a7b0d6f387ec282ff92a6bde9c389ba4 to your computer and use it in GitHub Desktop.
mixin text-shorten
@mixin text-shorten {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment