1.0.0 • Published 11 years ago
cssreset v1.0.0
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 installAnd then:
npm startAnd open up localhost:9966 in your browser.
1.0.0
11 years ago