This is a Compass / Sass version of HTML5 Reset - https://github.com/murtaugh/HTML5-Reset
HTML5 Reset (http://html5reset.org) is a simple set of best practices to get web projects off on the right foot.
- A style sheet designed to strip initial files from browsers, meaning you start off with a blank slate.
- 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
- Lots of other keen stuff...
Sass stylesheets are stored in _/sass and output to _/css/style.css
style.sass is made up of a number of key partials
- HTML5 Reset - Sass version of HTML5 Reset Templates (https://github.com/murtaugh/HTML5-Reset)
- Mixins - Don't repeat yourself, use sass mixins (http://sass-lang.com/)
- Print - Print styles
- Media - Responsive web design styles
- Base (optional) - see Compass best practices (http://compass-style.org/help/tutorials/best_practices/)