An open API service indexing awesome lists of open source software.

https://github.com/kossnocorp/reset.css

Genuine Eric Meyer's Reset CSS bundled as npm package
https://github.com/kossnocorp/reset.css

Last synced: 15 days ago
JSON representation

Genuine Eric Meyer's Reset CSS bundled as npm package

Awesome Lists containing this project

README

        

# reset.css

Genuine [Eric Meyer's Reset CSS](http://meyerweb.com/eric/tools/css/reset)
bundled as npm package.

## Installation

```
npm install reset.css --save
```

## Example

When using with [cssnext](http://cssnext.io):

``` css
@import 'reset.css';

html {
box-sizing: border-box;
}

*, *:before, *:after {
box-sizing: inherit;
}
```

## License

None (public domain)