This commit is contained in:
Nicolas Gallagher 2018-02-08 15:59:35 -08:00
parent 93a6e5fa92
commit 4ab3de5bdd
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Changes to normalize.css
### 8.0.0 (February 2, 2018)
* Remove support for older browsers Android 4, lte IE, lte Safari 7.
* Don't remove search input cancel button in Chrome/Safari.
* Form inputs inherit `font-family`.

View File

@ -1,4 +1,4 @@
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */

View File

@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "7.0.0",
"version": "8.0.0",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",