Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitty Giraudel <1889710+KittyGiraudel@users.noreply.github.com>2021-09-09 14:42:45 +0300
committerGitHub <noreply@github.com>2021-09-09 14:42:45 +0300
commit1df098361cac04217d6a464c80e890c4335ecb5c (patch)
tree38fef578d8f4d87023d649304d86a01d6e5b7f2a
parentcb87ed2a7985744f042b663d2c87653ce68da476 (diff)
Update a URL mentioning dead name (#34937)
-rw-r--r--scss/mixins/_visually-hidden.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_visually-hidden.scss b/scss/mixins/_visually-hidden.scss
index ed7bc9c13a..4fc7f49d69 100644
--- a/scss/mixins/_visually-hidden.scss
+++ b/scss/mixins/_visually-hidden.scss
@@ -3,7 +3,7 @@
// Hide content visually while keeping it accessible to assistive technologies
//
// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
-// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
+// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/
@mixin visually-hidden() {
position: absolute !important;