Source

Screenreader te an ni

Screen reader tih loh device zawng zawnga element thup nan screenreader utilities hmang ang che.

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;
}