Skip to content

Instantly share code, notes, and snippets.

@gchartier
Created October 15, 2021 21:03
Show Gist options
  • Save gchartier/96e066df1219adc352304be4144b5a0f to your computer and use it in GitHub Desktop.
Save gchartier/96e066df1219adc352304be4144b5a0f to your computer and use it in GitHub Desktop.
sr-only class for accessibility
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