Created
October 15, 2021 21:03
-
-
Save gchartier/96e066df1219adc352304be4144b5a0f to your computer and use it in GitHub Desktop.
sr-only class for accessibility
This file contains hidden or 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
| const visuallyHidden = { | |
| position: 'absolute', | |
| overflow: 'hidden', | |
| clip: 'rect(0 0 0 0)', | |
| height: '1px', | |
| width: '1px', | |
| margin: '-1px', | |
| padding: 0, | |
| border: 0, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment