cssreset
a handy CSS reset module used with browserify
Example
var 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.