Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobbubu/cssreset

a handy CSS reset module used with browserify
https://github.com/jacobbubu/cssreset

Last synced: 14 days ago
JSON representation

a handy CSS reset module used with browserify

Awesome Lists containing this project

README

        

# cssreset

a handy CSS reset module used with browserify

# Example

```js
var cssReset = require('cssreset');
cssReset()
```

A `...` element with [CSS reset setting](https://github.com/tj/nib/blob/master/lib/nib/reset.styl) will be added to the HTML head as the first child element.

# Play with beefy

Clone to your computer.

```
git clone https://github.com/jacobbubu/cssreset.git cssreset
cd cssreset
npm install
```

And then:

```
npm start
```

And open up `localhost:9966` in your browser.