This commit is contained in:
Jonathan Neal 2016-10-03 08:57:00 -04:00
parent 3404854d02
commit f06565fe8e
3 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Changes to normalize.css
### HEAD
### 5.0.0 (October 3, 2016)
* Add normalized sections not already present from
https://html.spec.whatwg.org/multipage/.
@ -9,6 +9,8 @@
* Remove `::placeholder` styles due to a bug in Edge.
* More explicitly define font resets on form controls.
* Remove the `optgroup` normalization needed by the previous font reset.
* Update text-size-adjust documentation for IE on Windows Phone
* Update OS X reference to macOS
* Update the semver strategy.
### 4.2.0 (June 30, 2016)

2
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).

View File

@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "4.2.0",
"version": "5.0.0",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",
@ -9,8 +9,8 @@
"normalize.css"
],
"devDependencies": {
"stylelint": "^6.7.1",
"stylelint-config-standard": "^9.0.0"
"stylelint": "^7.3.1",
"stylelint-config-standard": "^13.0.2"
},
"scripts": {
"test": "stylelint normalize.css"