A11y Css Reset Versions Save

A small set of global rules to make things accessible and reset default styling

v1.0.0-rc2

4 years ago

New features

  • Add a11y helper classes
  • Add minified versions of each css file

Fixes

  • Remove hand-made combo.css and add code to automatically generate it

v1.0.0-rc3

4 years ago

Fixes

  • Limit the amount that .plain-list resets

v1.0.0

4 years ago

Nothing new here, just a 1.0 release. Enjoy!

v1.0.1

4 years ago

Fixes

Publish all files instead of ones that weren't git-ignored.

v1.1.0

4 years ago

New features

  • Adds scroll-behavior for reduced motion users #2

Fixes

  • Removes extraneous width: 100% for body elements #2
  • Fixes a typo in the README #1

v1.1.1

4 years ago

Fixes

  • Increase browser support by using :: over : for pseudo-selectors #6
  • Change the body height to be a min-height instead of height for better flexibility #7