Skip to content

gretzky/standardize.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standardize.css

A compilation of normalize, standardize and html5bp, without the opinions and with more accessibility classes.

npm

npm install --save standardize.css

Why this over the others?

All projects are different, and oftentimes I found the opinionated styles would override or influence my custom styles- so I stripped them out. More accessibility classes are included, courtesy of html5bp.

Browser support

  • Chrome (last 2)
  • Edge (last 2)
  • Firefox (last two)
  • Firefox ESR
  • IE 10+, Edge
  • iOS Safari (last two)
  • Opera (last two)
  • Safari 8+

Support for outdated browsers has also been removed (mainly IE 8 and 9).

Shoutout

thanks to Nicholas Gallagher, Jonathan Neal, and the creators and mainters of HTML5-Boilerplate for their research and work in browser-supporting CSS.