Skip to content

Commit 5c879de

Browse files
committed
7.0.0
1 parent 1880b36 commit 5c879de

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
### 7.0.0 (May 26, 2017)
4+
5+
* Separate out selector targeted fixes for readability
6+
* Update browser landscape of abbr[title] fixes
7+
* Update browser landscape of details fixes
8+
* Correct browser landscape of displays
9+
* Remove sub and sup opinionated changes
10+
311
### 6.0.0 (March 26, 2017)
412

513
* Remove all opinionated rules

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/jonathantneal/normalize.css */
1+
/*! normalize.css v7.0.0 | MIT License | github.com/jonathantneal/normalize.css */
22

33
/* Document
44
========================================================================== */

package.json

Lines changed: 4 additions & 4 deletions
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",
@@ -15,14 +15,14 @@
1515
"scripts": {
1616
"test": "stylelint normalize.css"
1717
},
18-
"repository": "necolas/normalize.css",
18+
"repository": "jonathantneal/normalize.css",
1919
"contributors": [
2020
"Jonathan Neal <[email protected]> (http://jonathantneal.com/)",
2121
"Nicolas Gallagher <[email protected]> (http://nicolasgallagher.com/)"
2222
],
2323
"license": "MIT",
24-
"bugs": "https://github.com/necolas/normalize.css/issues",
25-
"homepage": "https://necolas.github.io/normalize.css",
24+
"bugs": "https://github.com/jonathantneal/normalize.css/issues",
25+
"homepage": "https://jonathantneal.github.io/normalize.css",
2626
"stylelint": {
2727
"extends": "stylelint-config-standard",
2828
"rules": {

0 commit comments

Comments
 (0)