1.0.0 • Published 9 years ago

cssreset v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

cssreset

a handy CSS reset module used with browserify

Example

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

A <style type="text/css">...</style> element with CSS reset setting 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.