Skip to content

Instantly share code, notes, and snippets.

@helenb
Created November 24, 2016 08:11
Show Gist options
  • Save helenb/74fd22aad3fb1f0d1c8bf43a8164cf91 to your computer and use it in GitHub Desktop.
Save helenb/74fd22aad3fb1f0d1c8bf43a8164cf91 to your computer and use it in GitHub Desktop.
Accessible hidden text
// Accessible hidden text
@mixin hidden {
position: absolute;
left: -99999999px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment