Skip to content

Instantly share code, notes, and snippets.

@b4z81
Created December 11, 2013 15:36
Show Gist options
  • Save b4z81/7912537 to your computer and use it in GitHub Desktop.
Save b4z81/7912537 to your computer and use it in GitHub Desktop.
hide text into an element. From http://css-tricks.com/redesigning-with-sass/
@mixin linkTextOffscreen() {
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
display: block;
font-size: 0;
text-align: start;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment