Syntax
Screen Readers
Style utility for imporving the accessibility with screen readers.
🚧This page is still under construction and some content may not be complete.
Overview
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="sr-only:hover sr-only@sm sr-only@dark sr-only@print">…</div>