diff options
| author | XhmikosR <[email protected]> | 2020-09-17 20:01:04 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-17 20:01:04 +0300 |
| commit | b5fb84a91d43d5178c3a6732355f346fdc3a113c (patch) | |
| tree | f9255aee5bea0c62f613c1a00ffa6c3ea8cf0dd1 /scss/mixins/_visually-hidden.scss | |
| parent | fec511da025c39b40fa94da1c047688fa95dd577 (diff) | |
| download | bootstrap-b5fb84a91d43d5178c3a6732355f346fdc3a113c.tar.xz bootstrap-b5fb84a91d43d5178c3a6732355f346fdc3a113c.zip | |
docs: fix a few redirects (#31689)
* Fix GitHub's permanent redirects
* Fix a11yproject redirects
* Update postcss-loader repo URL to the current one
Diffstat (limited to 'scss/mixins/_visually-hidden.scss')
| -rw-r--r-- | scss/mixins/_visually-hidden.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_visually-hidden.scss b/scss/mixins/_visually-hidden.scss index 26edfe84b..d980696c8 100644 --- a/scss/mixins/_visually-hidden.scss +++ b/scss/mixins/_visually-hidden.scss @@ -2,7 +2,7 @@ // Hide content visually while keeping it accessible to assistive technologies // -// See: https://a11yproject.com/posts/how-to-hide-content/ +// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/ // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ @mixin visually-hidden() { |
