Skip to content

Instantly share code, notes, and snippets.

@jamesslock
Created December 5, 2012 18:31
Show Gist options
  • Save jamesslock/4218223 to your computer and use it in GitHub Desktop.
Save jamesslock/4218223 to your computer and use it in GitHub Desktop.
hide text better
@mixin hide-text { font: 0/0 a!important; color: transparent!important; text-shadow: none!important; background-color: transparent!important; border: 0!important;}
.hide-text {
@include hide-text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment