Skip to content

Commit 73b6b0c

Browse files
committed
7.0.0
1 parent b4a8fda commit 73b6b0c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

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

3+
### 7.0.0 (May 2, 2017)
4+
5+
* Revert changes in `body` and form elements styles introduced by v6
6+
37
### 6.0.0 (March 26, 2017)
48

59
* Remove all opinionated rules
610
* Correct document heading comment
711
* Update `abbr[title]` support
812

9-
_For anyone who still wants/needs the opinionated rules, see [opinionate.css](https://github.com/adamgruber/opinionate.css)_
10-
1113
### 5.0.0 (October 3, 2016)
1214

1315
* Add normalized sections not already present from

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
1+
/*! normalize.css v7.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": "6.0.0",
3+
"version": "7.0.0",
44
"description": "A modern alternative to CSS resets",
55
"main": "normalize.css",
66
"style": "normalize.css",

0 commit comments

Comments
 (0)