Skip to content

Instantly share code, notes, and snippets.

@angelikatyborska
Created November 21, 2023 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelikatyborska/193308933dc9a4aef933740a905cfade to your computer and use it in GitHub Desktop.
Save angelikatyborska/193308933dc9a4aef933740a905cfade to your computer and use it in GitHub Desktop.
sr-only
@mixin sr_only() {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
text-transform: unset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment