a handy CSS reset module used with browserify
npm install cssreseta handy CSS reset module used with browserify
``js`
var cssReset = require('cssreset');
cssReset()
A element with CSS reset setting will be added to the HTML head as the first child element.
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.