in English

Screen reader te pawh a awm bawk

Screen reader utilities hmangin screen reader tih loh device zawng zawngah element thup theih a ni.

Screen reader tih loh device zawng zawngah element pakhat chu .sr-only. Combine .sr-onlywith .sr-only-focusableelement chu focus a nih hunah a lantir leh theih nan (eg keyboard-only user hmangin). Mixin atan pawh hman theih a ni.

<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
// Usage as a mixin
.skip-navigation {
  @include sr-only;
  @include sr-only-focusable;
}