mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
5.0.0
This commit is contained in:
parent
3404854d02
commit
f06565fe8e
@ -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
2
normalize.css
vendored
@ -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).
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user