Skip to content
Permalink
Browse files
6.0.0
- Update CHANGELOG.md
- Update normalize.css header
- Update package.json
  • Loading branch information
Jonathan Neal committed Mar 26, 2017
1 parent 4411f95 commit 91f668be643185dd7b08f122ccee0df711d237c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
@@ -1,5 +1,11 @@
# Changes to normalize.css

### 6.0.0 (March 26, 2017)

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

### 5.0.0 (October 3, 2016)

* Add normalized sections not already present from
@@ -1,4 +1,4 @@
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */
@@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "5.0.0",
"version": "6.0.0",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",

4 comments on commit 91f668b

@grantgeorge
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonathantneal please excuse my ignorance, but where can I find a list of opinionated rules that were removed? Would love to upgrade an app that's not deployed yet but ensure I cover all my bases first. Thank you!

@GaetanBt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @grantgeorge ,
You can view it at b5f0e9d

@jonathantneal
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @GaetanBt! A gist of that would be:

  • font-family,line-height on html
  • outline-width on links
  • font-family,font-size,line-height on form elements + border & spacing on fieldset

@grantgeorge
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome. thank you for your time and for pointing me in the right direction @GaetanBt and @jonathantneal!

Please sign in to comment.