Skip to content

Instantly share code, notes, and snippets.

@Shipow
Created October 26, 2013 09:02
Show Gist options
  • Save Shipow/7167056 to your computer and use it in GitHub Desktop.
Save Shipow/7167056 to your computer and use it in GitHub Desktop.
@mixin text-truncate
overflow: hidden
text-overflow: ellipsis
white-space: nowrap
@Shipow
Copy link
Author

Shipow commented Oct 26, 2013

Usage

.text-truncate
  @include text-truncate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment