# Accessibility

Forge uses axe for testing while developing. The vue axe plugin is set up in src/plugins/vueAxe.js and can be customized with rules from the axe api.

Any accessiblity errors or issues will be displayed in the browser's console.

# Visually hide an element

To visually hide an element use the class .sr-only. This way the element is accessible although not visually present.

Last Updated: 11/8/2019, 2:13:18 PM