Skip to content

Commit

Permalink
fix: #33 incorrect reference to deprecated mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Feb 28, 2020
1 parent 99371ae commit 00d2c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
text-decoration: underline;
&.focus-visible {
@include focus-hyperlink(sass);
@include auro_focus-hyperlink(sass);
}
&:visited {
Expand Down
2 changes: 1 addition & 1 deletion src/_essentials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
text-decoration: underline;

&.focus-visible {
@include focus-hyperlink(sass);
@include auro_focus-hyperlink(sass);
}

&:visited {
Expand Down

0 comments on commit 00d2c23

Please sign in to comment.