/crazyinteractionslab

The Laboratoy of Crazy Interactions

Primary LanguageCSSMIT LicenseMIT

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
$ 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.