UNPKG

947 BMarkdownView Raw
1# css-wipe
2[![NPM version][npm-image]][npm-url]
3[![Downloads][downloads-image]][downloads-url]
4
5Reset the browser's styles. Based
6[html5doctor/reset](http://html5doctor.com/html-5-reset-stylesheet/)
7
8## Installation
9```sh
10$ npm install css-wipe
11```
12
13## Usage
14With [sheetify](https://github.com/sheetify/sheetify) or
15[cssnext](https://github.com/cssnext/cssnext) installed:
16```css
17@import 'css-wipe';
18```
19
20## See Also:
21- [reset.css](http://meyerweb.com/eric/tools/css/reset/).
22- [html5doctor/reset](http://html5doctor.com/html-5-reset-stylesheet/)
23- [box-sizing border-box FTW](http://www.paulirish.com/2012/box-sizing-border-box-ftw/)
24
25## License
26[MIT](https://tldrlegal.com/license/mit-license)
27
28[npm-image]: https://img.shields.io/npm/v/css-wipe.svg?style=flat-square
29[npm-url]: https://npmjs.org/package/css-wipe
30[downloads-image]: http://img.shields.io/npm/dm/css-wipe.svg?style=flat-square
31[downloads-url]: https://npmjs.org/package/css-wipe