Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created July 23, 2013 16:38
Show Gist options
  • Save pablolobos/6063924 to your computer and use it in GitHub Desktop.
Save pablolobos/6063924 to your computer and use it in GitHub Desktop.
mixin: ellipsis
@mixin ellipsis {
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