Created
May 21, 2019 14:37
-
-
Save ashybaye/d93d92afcf72691fe905d8d8fbf1e8b9 to your computer and use it in GitHub Desktop.
A11y snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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