HTML5 Boilerplate Adds Normalize.css
We're big fans of HTML5 Boilerplate. It's a great starter and the project is constantly being refined. The latest version now incorporates Normalize.css in the main style sheet. This refreshed file no longer includes the classic CSS reset or a myriad of default styles. What's left is a very lean and sexy style sheet.

What is Normalize.css? From the authors at the Normalize.css project:
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
The new HTML5 Boilerplate style.css file is now much lighter and is documented very well. Currently, this updated version is only available via the GitHub repository and the developers are looking for feedback on the latest commit at their Google Group.
We're excited to try out the updated boilerplate. Anyone worked with the new files yet?