Skip to content

Instantly share code, notes, and snippets.

@jonwinton
Created September 15, 2015 18:04
Show Gist options
  • Select an option

  • Save jonwinton/a6e21b5113ceb62192b9 to your computer and use it in GitHub Desktop.

Select an option

Save jonwinton/a6e21b5113ceb62192b9 to your computer and use it in GitHub Desktop.
IsVisuallyHidden
@mixin isVisuallyHidden() {
width: 1px !important;
height: 1px !important;
padding: 0;
margin: -1px;
border: 0;
position: absolute !important;
clip: rect(0 0 0 0);
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment