mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Remove custom example plugin. (#25784)
This commit is contained in:
@@ -12,9 +12,10 @@ Hide an element to all devices **except screen readers** with `.sr-only`. Combin
|
||||
Necessary for following [accessibility best practices]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/#accessibility).
|
||||
{%- endcomment -%}
|
||||
|
||||
{% example html %}
|
||||
{% capture example %}
|
||||
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
|
||||
{% endexample %}
|
||||
{% endcapture %}
|
||||
{% include example.html content=example %}
|
||||
|
||||
{% highlight scss %}
|
||||
// Usage as a mixin
|
||||
|
||||
Reference in New Issue
Block a user