Skip to content

Releases: mike-engel/a11y-css-reset

Compatibility tweaks

07 Jul 21:03
Compare
Choose a tag to compare

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

Initial contributions!

07 Jul 21:04
5145c08
Compare
Choose a tag to compare

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

Whoops

07 Jul 21:05
b3fde03
Compare
Choose a tag to compare

Fixes

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

Initial release

07 Jul 21:05
a7e980b
Compare
Choose a tag to compare

Nothing new here, just a 1.0 release. Enjoy!

Limit reset scope

07 Jul 21:06
43bed37
Compare
Choose a tag to compare
Limit reset scope Pre-release
Pre-release

Fixes

  • Limit the amount that .plain-list resets

Helper classes, minification, and automation

07 Jul 21:06
dee75c6
Compare
Choose a tag to compare

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