HTML5 Reset is a simple set of best practices to get web projects off on the right foot.
- We make almost no opinionated decisions — the style sheet is designed to strip initial styles from browsers, providing a blank slate
- No more Analytics, Modernizr, or jQuery
- Basic CSS variables
- Links to useful 3rd party tools
- Removed extraneous comments
We prefer rem
for the simplicity; you will need to swap in em
in styles.css
if that's your style.
bower install HTML5-Reset