Skip to content

Instantly share code, notes, and snippets.

@ashybaye
Created May 21, 2019 14:37
Show Gist options
  • Save ashybaye/d93d92afcf72691fe905d8d8fbf1e8b9 to your computer and use it in GitHub Desktop.
Save ashybaye/d93d92afcf72691fe905d8d8fbf1e8b9 to your computer and use it in GitHub Desktop.
A11y snippets
// visually hide
.hide-accessibly {
position: absolute !important;
opacity: 0;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment