Skip to content
Permalink
Browse files
3.0.3
  • Loading branch information
necolas committed Mar 31, 2015
1 parent c39a4c7 commit 2bdda84272650aedfb45d8abe11a6d177933a803
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
@@ -1,5 +1,10 @@
=== HEAD

=== 3.0.3 (March 30, 2015)

* Remove unnecessary vendor prefixes.
* Add `main` property.

=== 3.0.2 (October 4, 2014)

* Only alter `background-color` of links in IE 10.
@@ -1,6 +1,6 @@
{
"name": "normalize-css",
"version": "3.0.2",
"version": "3.0.3",
"main": "normalize.css",
"author": "Nicolas Gallagher",
"ignore": [
@@ -1,7 +1,7 @@
{
"name": "normalize.css",
"repo": "necolas/normalize.css",
"version": "3.0.2",
"version": "3.0.3",
"styles": ["normalize.css"],
"author": "Nicolas Gallagher",
"license": "MIT"
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Set default font family to sans-serif.
@@ -1,6 +1,6 @@
{
"name": "normalize.css",
"version": "3.0.2",
"version": "3.0.3",
"description": "Normalize.css as a node packaged module",
"style": "normalize.css",
"files": [

0 comments on commit 2bdda84

Please sign in to comment.