diff --git a/docs/index.html b/docs/index.html
index 36c414b..af1c870 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -109,7 +109,7 @@
text-decoration: underline;
&.focus-visible {
- @include focus-hyperlink(sass);
+ @include auro_focus-hyperlink(sass);
}
&:visited {
diff --git a/src/_essentials.scss b/src/_essentials.scss
index e00ca51..6c70360 100644
--- a/src/_essentials.scss
+++ b/src/_essentials.scss
@@ -120,7 +120,7 @@
text-decoration: underline;
&.focus-visible {
- @include focus-hyperlink(sass);
+ @include auro_focus-hyperlink(sass);
}
&:visited {