Skip to content

Commit 4ab3de5

Browse files
committed
v8.0.0
1 parent 93a6e5f commit 4ab3de5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changes to normalize.css
22

3+
### 8.0.0 (February 2, 2018)
4+
35
* Remove support for older browsers Android 4, lte IE, lte Safari 7.
46
* Don't remove search input cancel button in Chrome/Safari.
57
* Form inputs inherit `font-family`.

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
1+
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
22

33
/* Document
44
========================================================================== */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize.css",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "A modern alternative to CSS resets",
55
"main": "normalize.css",
66
"style": "normalize.css",

0 commit comments

Comments
 (0)