diff options
| author | XhmikosR <[email protected]> | 2017-10-22 14:53:06 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 14:53:06 +0300 |
| commit | fbd42af6ca17abf1e01349d7c581ec399202f4c0 (patch) | |
| tree | fd737f6f65320dc49cb51f55feab7a46531b8d11 /docs | |
| parent | 3a9ab96292b1e92406cc62037e739632a288d512 (diff) | |
| download | bootstrap-fbd42af6ca17abf1e01349d7c581ec399202f4c0.tar.xz bootstrap-fbd42af6ca17abf1e01349d7c581ec399202f4c0.zip | |
Reduce whitespace liquid outputs. (#24470)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/utilities/screenreaders.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/utilities/screenreaders.md b/docs/4.0/utilities/screenreaders.md index 358466f0c..7888143e4 100644 --- a/docs/4.0/utilities/screenreaders.md +++ b/docs/4.0/utilities/screenreaders.md @@ -8,9 +8,9 @@ toc: true Hide an element to all devices **except screen readers** with `.sr-only`. Combine `.sr-only` with `.sr-only-focusable` to show the element again when it's focused (e.g. by a keyboard-only user). Can also be used as mixins. -{% comment %} +{%- comment -%} Necessary for following [accessibility best practices]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/#accessibility). -{% endcomment %} +{%- endcomment -%} {% highlight html %} <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a> |
