Skip to content
Nicolas Gallagher edited this page Jan 28, 2012 · 7 revisions

Extend and customise HTML5 Boilerplate

Here is some useful advice for how you can make your project with HTML5 Boilerplate even better. We don't want to include it as it does not fit for everyone and is more like an addition.

HTML

CSS

CSS pre-processors

insert articles on getting started with pre-processors

JS

.htaccess

Experimental

Misc

Using a mobile-first approach

Consider setting your base styles and mobile-friendly less-image-heavy styles first, and use media queries to set the more intensive desktop friendly styles. Our 2.0 release includes respond.js within the modernizr.js and enables all media-queries to work in IE6, 7 and 8.

Clone this wiki locally