Skip to content

Instantly share code, notes, and snippets.

@roytomeij
Created July 26, 2013 07:19
Show Gist options
  • Save roytomeij/6086923 to your computer and use it in GitHub Desktop.
Save roytomeij/6086923 to your computer and use it in GitHub Desktop.
%hide-text {
text-indent: -9999px;
overflow: hidden;
}
.foo {
@extend %hide-text;
}
.bar {
@extend %hide-text;
}
.baz {
@extend %hide-text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment