:boy: A very opinionated, lightweight version of HTML5 Boilerplate with conditionally-loaded polyfills and an opinionated CSS reset for firing up web projects in no time.

523
32
CSS

⚠️ I gave the boy npm package name to someone else. Don’t use it for this project anymore!

A very opinionated, lightweight, version of HTML5 Boilerplate with conditionally-loaded polyfills and an opinionated CSS reset for firing up web projects in no time.


Boy comes with a handy project launcher so you can spin up a Boy boilerplate with all the relevant files pulled freshly from this repo:

$ # npm i -g boy <-- THIS NO LONGER WORKS. I GAVE THIS NPM PACKAGE NAME TO SOMEONE ELSE
$ boy foo

Features

Where’s Modernizr?

Modernizr isn’t included by default for a few reasons.

  1. I very rarely actually use Modernizr.
  2. You should create your own custom build of Modernizr and put it at the bottom of the document if possible. Read Paul Irish’s comment on it.
  3. @supports is going to be here soon.