mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
v8.0.0
This commit is contained in:
parent
93a6e5fa92
commit
4ab3de5bdd
@ -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`.
|
||||
|
@ -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
|
||||
========================================================================== */
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user