Skip to content

Instantly share code, notes, and snippets.

@Andy-set-studio
Created May 8, 2020 19:41
Show Gist options
  • Save Andy-set-studio/7559ed1b7ab14036a7c3b7fc33fd9f6a to your computer and use it in GitHub Desktop.
Save Andy-set-studio/7559ed1b7ab14036a7c3b7fc33fd9f6a to your computer and use it in GitHub Desktop.
Sass extends on skip link
.skip-link {
&:not(:focus) {
@extend .visually-hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment