# normalize-css

[normalize.css](https://github.com/necolas/normalize.css) packaged for npm and [static-assets](http://npm.im/static-assets).

## programmatic use

Require `normalize-css` with
[browserify](https://github.com/substack/node-browserify) and it will add
itself to `<head>`.

```js
require('normalize-css');
```

# license

MIT
