Skip to content

Instantly share code, notes, and snippets.

Created February 17, 2014 15:01
Show Gist options
  • Save anonymous/9052164 to your computer and use it in GitHub Desktop.
Save anonymous/9052164 to your computer and use it in GitHub Desktop.
Gist created from Brackets
// How to use: @include hide-text;
@mixin hide-text() {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment