Skip to content
Permalink
Browse files
5.0.0
  • Loading branch information
Jonathan Neal committed Oct 3, 2016
1 parent 3404854 commit f06565fe8e0e1ad1b88f2732719e28ed97bde40f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
@@ -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)
@@ -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"

0 comments on commit f06565f

Please sign in to comment.