Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 656 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 656 Bytes

Accessibility Code Samples and Solutions

Code samples of common site components and how to make them WCAG 2.0 compatible.

Table of Contents

  • Font Icons
  • Headers
  • Teaser Cards
  • Required Form Fields
  • Form Labels
  • Form Radio Buttons and Checkboxes with Fieldsets and Legends
  • Links and Buttons

Build Process

  1. Run npm install from the root directory
  2. cd into src/scss/libraries and run neat install and bourbon install (NOTE: this project requires Bourbon 4.3.0)
  3. To compile SCSS files, from the root directory, run brunch b or run brunch w for brunch to continuously watch your files. To debug errors run brunch build -d.