This commit is contained in:
Nicolas Gallagher 2014-01-28 09:57:23 -08:00
parent f3db654b78
commit 6ec1a10b5d
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
=== HEAD
=== 3.0.0 (January 28, 2014)
=== 3.0.0-rc.1 (January 26, 2014)
* Explicit tests for each normalization.

View File

@ -1,4 +1,4 @@
# normalize.css v2
# normalize.css v3
Normalize.css is a customisable CSS file that makes browsers render all
elements more consistently and in line with modern standards.

View File

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

View File

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

2
normalize.css vendored
View File

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