Skip to content

Instantly share code, notes, and snippets.

@robertmagnusson
Created June 16, 2014 07:13
Show Gist options
  • Save robertmagnusson/d6406547d47b28cf0213 to your computer and use it in GitHub Desktop.
Save robertmagnusson/d6406547d47b28cf0213 to your computer and use it in GitHub Desktop.
Ellipsis mixin
@mixin ellipsis() {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment