cssreset

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i cssreset

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jacobbubu