jhogue / automated-a11y-sass

Sass functions that support accessible color contrast ratios
Creative Commons Zero v1.0 Universal
34 stars 8 forks source link

automated-a11y-sass

Sass functions that support accessible color contrast ratios

Requirements

Minimum Sass version 3.4.25. Libsass 3.5.4 (best performance).

Sandboxes

Editable sandbox on CodePen to see how this all works. Change the color variables to see the updates in real-time within the size tests.

When an edge case has been encountered, a version in SassMeister with debug output is helpful to see what might be happening (I changed the main function to a mixin so I can debug the output):

sassmeister.com/gist/42b8402a3cb5ac41f8557df4e175b1f7

Article with Full Explanation

Programming Sass to Create Accessible Color Combinations

Acknowledgments