This commit is contained in:
Jonathan Neal 2016-04-12 08:54:53 -04:00
parent a8e70333dc
commit 39c21b3678
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changes to normalize.css # Changes to normalize.css
### 4.1.1 (April 12, 2016)
* Update normalize.css heading.
### 4.1.0 (April 11, 2016) ### 4.1.0 (April 11, 2016)
* Normalize placeholders in Chrome, Edge, and Safari. * Normalize placeholders in Chrome, Edge, and Safari.

2
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/** /**
* 1. Change the default font family in all browsers (opinionated). * 1. Change the default font family in all browsers (opinionated).

View File

@ -1,6 +1,6 @@
{ {
"name": "normalize.css", "name": "normalize.css",
"version": "4.1.0", "version": "4.1.1",
"description": "A modern alternative to CSS resets", "description": "A modern alternative to CSS resets",
"main": "normalize.css", "main": "normalize.css",
"style": "normalize.css", "style": "normalize.css",