mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
8.0.1
This commit is contained in:
parent
df07c00a92
commit
fc091cce15
@ -1,5 +1,9 @@
|
|||||||
# Changes to normalize.css
|
# Changes to normalize.css
|
||||||
|
|
||||||
|
### 8.0.1 (November 4, 2018)
|
||||||
|
|
||||||
|
* Fix regression in IE rendering of `main` element.
|
||||||
|
|
||||||
### 8.0.0 (February 2, 2018)
|
### 8.0.0 (February 2, 2018)
|
||||||
|
|
||||||
* Remove support for older browsers Android 4, lte IE 9, lte Safari 7.
|
* Remove support for older browsers Android 4, lte IE 9, lte Safari 7.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
|
||||||
/* Document
|
/* Document
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize.css",
|
"name": "normalize.css",
|
||||||
"version": "8.0.0",
|
"version": "8.0.1",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 1
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize.css",
|
"name": "normalize.css",
|
||||||
"version": "8.0.0",
|
"version": "8.0.1",
|
||||||
"description": "A modern alternative to CSS resets",
|
"description": "A modern alternative to CSS resets",
|
||||||
"main": "normalize.css",
|
"main": "normalize.css",
|
||||||
"style": "normalize.css",
|
"style": "normalize.css",
|
||||||
|
Loading…
Reference in New Issue
Block a user