Skip to content

Instantly share code, notes, and snippets.

@startinggravity
Created June 26, 2014 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save startinggravity/206e06544a9a9e02521b to your computer and use it in GitHub Desktop.
Save startinggravity/206e06544a9a9e02521b to your computer and use it in GitHub Desktop.
Hide Text
%hideText {
position: absolute;
width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
padding: 0;
margin: -1px;
border: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
.hidetext,
.element-invisible {
@extend %hideText;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment