mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
7.0.0
This commit is contained in:
parent
b4a8fdaf83
commit
73b6b0c7e8
@ -1,13 +1,15 @@
|
||||
# Changes to normalize.css
|
||||
|
||||
### 7.0.0 (May 2, 2017)
|
||||
|
||||
* Revert changes in `body` and form elements styles introduced by v6
|
||||
|
||||
### 6.0.0 (March 26, 2017)
|
||||
|
||||
* Remove all opinionated rules
|
||||
* Correct document heading comment
|
||||
* Update `abbr[title]` support
|
||||
|
||||
_For anyone who still wants/needs the opinionated rules, see [opinionate.css](https://github.com/adamgruber/opinionate.css)_
|
||||
|
||||
### 5.0.0 (October 3, 2016)
|
||||
|
||||
* Add normalized sections not already present from
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
/* Document
|
||||
========================================================================== */
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "normalize.css",
|
||||
"version": "6.0.0",
|
||||
"version": "7.0.0",
|
||||
"description": "A modern alternative to CSS resets",
|
||||
"main": "normalize.css",
|
||||
"style": "normalize.css",
|
||||
|
Loading…
Reference in New Issue
Block a user