Code samples of common site components and how to make them WCAG 2.0 compatible.
- Font Icons
- Headers
- Teaser Cards
- Required Form Fields
- Form Labels
- Form Radio Buttons and Checkboxes with Fieldsets and Legends
- Links and Buttons
- Run
npm install
from the root directory - cd into
src/scss/libraries
and runneat install
andbourbon install
(NOTE: this project requires Bourbon 4.3.0) - To compile SCSS files, from the root directory, run
brunch b
or runbrunch w
for brunch to continuously watch your files. To debug errors runbrunch build -d
.