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.

Revisions

  1. Andy-set-studio created this gist May 8, 2020.
    5 changes: 5 additions & 0 deletions sass-extends.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    .skip-link {
    &:not(:focus) {
    @extend .visually-hidden;
    }
    }