Add npm license and version shields to readme

This commit is contained in:
M. George Hansen 2016-11-03 16:32:34 -07:00
parent 97a5a88bcd
commit 82b1c35392
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM

View file

@ -2,6 +2,8 @@
> A semantic CSS reset that goes all the way. > A semantic CSS reset that goes all the way.
[![npm][npm-image]][npm-url] [![license][license-image]][license-url]
total-reset.css takes the cross-browser fixes from the venerable normalize.css total-reset.css takes the cross-browser fixes from the venerable normalize.css
but removes all of the opinionated base element styling, sets _all elements_ to but removes all of the opinionated base element styling, sets _all elements_ to
`display: block` and `box-sizing: border-box`, and generally tries to provide a `display: block` and `box-sizing: border-box`, and generally tries to provide a
@ -90,3 +92,8 @@ to your semantics.
* [Chris Bracco](https://github.com/cbracco) for his excellent * [Chris Bracco](https://github.com/cbracco) for his excellent
[html5-test-page](https://github.com/cbracco/html5-test-page), which was used [html5-test-page](https://github.com/cbracco/html5-test-page), which was used
to test all of the reset styles for total-reset.css. to test all of the reset styles for total-reset.css.
[license-image]: https://img.shields.io/npm/l/total-reset.svg?style=flat-square
[license-url]: LICENSE.md
[npm-image]: https://img.shields.io/npm/v/total-reset.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/total-reset