Skip to content

Accessibility

Having some sort of readable text is important for accessibility, whether it be visually hidden or in a title attribute.

There are two css classes that can be used to add text for screen readers: sr-text or sr-only

Example usage:

html
<a href="#" class="icon-edit"><span class="sr-text">Edit</span></a>