Skip to content

Commit e8e479e

Browse files
committed
Update version to 3.0.3+normalize.3.0.3.
1 parent f55eb8b commit e8e479e

19 files changed

+24
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== normalize-scss 3.0.3+normalize.3.0.3 (October 17, 2015)
2+
3+
* Upgrade to Normalize.css 3.0.3.
4+
15
=== normalize-scss 3.0.2+normalize.3.0.2 (November 6, 2014)
26

37
* Upgrade to Normalize.css 3.0.2.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Latest downloadable version
22

3-
The latest release of _normalize.scss for Sass 3.3/Compass 1.0 (and later) is: [3.0.2+normalize.3.0.2](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.2%2Bnormalize.3.0.2).
4-
It combines normalize.css v3.0.2 and normalize v1.1.3.
3+
The latest release of _normalize.scss for Sass 3.3/Compass 1.0 (and later) is: [3.0.3+normalize.3.0.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.3%2Bnormalize.3.0.3).
4+
It combines normalize.css v3.0.3 and normalize v1.1.3.
55

66
The latest release of _normalize.scss for Sass 3.2/Compass 0.12 is: [2.2.0+normalize.2.1.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/2.2.0%2Bnormalize.2.1.3).
77
It combines normalize.css v2.1.3 and normalize v1.1.3.

_normalize.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22

33

44
// Variables and Imports

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-scss",
3-
"version": "3.0.2+normalize.3.0.3",
3+
"version": "3.0.3+normalize.3.0.3",
44
"homepage": "https://github.com/JohnAlbin/normalize-scss",
55
"author": [
66
"Nicolas Gallagher",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "normalize-scss",
33
"repo": "JohnAlbin/normalize-scss",
44
"description": "This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.",
5-
"version": "3.0.2+normalize.3.0.3",
5+
"version": "3.0.3+normalize.3.0.3",
66
"author": [
77
"Nicolas Gallagher",
88
"John Albin Wilkins"

normalize-scss.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
99
s.homepage = 'https://github.com/JohnAlbin/normalize-scss'
1010
s.rubyforge_project =
1111

12-
s.version = '3.0.2'
13-
s.date = '2014-11-06'
12+
s.version = '3.0.3'
13+
s.date = '2015-10-17'
1414
s.licenses = ['GPL-2']
1515

1616
s.authors = ['John Albin Wilkins']

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalize-scss",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Normalize-scss as a node packaged module",
55
"style": "_normalize.scss",
66
"files": [

test/controls/font.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
44
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when

test/controls/ie10.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS and IE text size adjust after device orientation change,

test/controls/ie11.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS and IE text size adjust after device orientation change,

test/controls/ie6.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
44
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when

test/controls/ie7.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
44
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when

test/controls/ie8.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS and IE text size adjust after device orientation change,

test/controls/ie9.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS and IE text size adjust after device orientation change,

test/controls/indent-amount.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
44
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when

test/controls/safari6.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS and IE text size adjust after device orientation change,

test/controls/safari7.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS and IE text size adjust after device orientation change,

test/controls/strict-normalize-false.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
44
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when

test/controls/strict-normalize-true.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
44
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when

0 commit comments

Comments
 (0)