v3.0.0-rc.1

This commit is contained in:
Nicolas Gallagher 2014-01-25 21:14:26 -08:00
parent 488f365fdd
commit 7f1e59a9df
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
=== HEAD === HEAD
=== 3.0.0-rc.1 (January 26, 2014)
* Explicit tests for each normalization. * Explicit tests for each normalization.
* Fix i18n for `q` element. * Fix i18n for `q` element.
* Fix `pre` text formatting and overflow. * Fix `pre` text formatting and overflow.

View File

@ -1,6 +1,6 @@
{ {
"name": "normalize-css", "name": "normalize-css",
"version": "2.1.3", "version": "3.0.0-rc.1",
"main": "normalize.css", "main": "normalize.css",
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"ignore": [ "ignore": [

View File

@ -1,7 +1,7 @@
{ {
"name": "normalize-css", "name": "normalize-css",
"repo": "necolas/normalize.css", "repo": "necolas/normalize.css",
"version": "2.1.3", "version": "3.0.0-rc.1",
"styles": ["normalize.css"], "styles": ["normalize.css"],
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"license": "MIT" "license": "MIT"

2
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /*! normalize.css v3.0.0-rc.1 | MIT License | git.io/normalize */
/** /**
* 1. Set default font family to sans-serif. * 1. Set default font family to sans-serif.