Skip to content

Commit 6ec1a10

Browse files
committed
v3.0.0
1 parent f3db654 commit 6ec1a10

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
=== HEAD
22

3+
=== 3.0.0 (January 28, 2014)
4+
35
=== 3.0.0-rc.1 (January 26, 2014)
46

57
* Explicit tests for each normalization.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# normalize.css v2
1+
# normalize.css v3
22

33
Normalize.css is a customisable CSS file that makes browsers render all
44
elements more consistently and in line with modern standards.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-css",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"main": "normalize.css",
55
"author": "Nicolas Gallagher",
66
"ignore": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "normalize-css",
33
"repo": "necolas/normalize.css",
4-
"version": "3.0.0-rc.1",
4+
"version": "3.0.0",
55
"styles": ["normalize.css"],
66
"author": "Nicolas Gallagher",
77
"license": "MIT"

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css v3.0.0-rc.1 | MIT License | git.io/normalize */
1+
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
22

33
/**
44
* 1. Set default font family to sans-serif.

0 commit comments

Comments
 (0)