Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacobbubu/cssreset
- Owner: jacobbubu
- License: mit
- Created: 2015-02-28T07:31:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T08:52:58.000Z (almost 10 years ago)
- Last Synced: 2024-11-23T00:14:34.794Z (2 months ago)
- Language: CoffeeScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.