HTML5 Base is a simple set of best practices to get web projects off on the right foot. Adapted from Tim Murtaughs HTML5 Reset
- A style sheet designed to strip initial files from browsers, meaning you start off with a blank slate.
- Twitter bootstrap - built from LESS source
- Easy to customize -- remove whatever you don't need, keep what you do.
- Analytics and jQuery snippets in place
- Meta tags ready for population
- Empty mobile and print style sheets, including blocks for device orientation
- Modernizr.js http://www.modernizr.com/ enables HTML5 compatibility with IE (and a dozen other great features)
- IE-specific classes for simple CSS-targeting
- iPhone/iPad/iTouch icon snippets
- Modx folders for your chunks/snippets/templates to create as static files (allowing versioning)
- Lots of other keen stuff...