Skip to content

Commit 11e3409

Browse files
committed
Update version to 3.0.2+normalize.3.0.2.
1 parent 1da3ca4 commit 11e3409

19 files changed

+25
-20
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== normalize-scss 3.0.2+normalize.3.0.2 (November 6, 2014)
2+
3+
* Upgrade to Normalize.css 3.0.2.
4+
* Added Compass' output-rhythm() mixin.
5+
16
=== normalize-scss 3.0.1+normalize.3.0.1 (August 26, 2014)
27

38
* Update figure ruleset to output for Safari 6.

README.md

+2-2
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 and Compass 1.0 is: [3.0.1+normalize.3.0.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.1%2Bnormalize.3.0.1).
4-
It combines normalize.css v3.0.1 and normalize v1.1.3.
3+
The latest release of _normalize.scss for Sass 3.3 and Compass 1.0 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.
55

66
The latest release of _normalize.scss for Sass 3.2 and 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
22

33

44
// Variables and Imports

bower.json

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

component.json

+1-1
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.1+normalize.3.0.1",
5+
"version": "3.0.2+normalize.3.0.2",
66
"author": [
77
"Nicolas Gallagher",
88
"John Albin Wilkins"

normalize-scss.gemspec

+2-2
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.1'
13-
s.date = '2014-08-26'
12+
s.version = '3.0.2'
13+
s.date = '2014-11-06'
1414
s.licenses = ['GPL-2']
1515

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

package.json

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

tests/controls/font.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | 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

tests/controls/ie10.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS text size adjust after orientation change, without disabling

tests/controls/ie11.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS text size adjust after orientation change, without disabling

tests/controls/ie6.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | 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

tests/controls/ie7.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | 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

tests/controls/ie8.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS text size adjust after orientation change, without disabling

tests/controls/ie9.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS text size adjust after orientation change, without disabling

tests/controls/indent-amount.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | 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

tests/controls/safari5.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS text size adjust after orientation change, without disabling

tests/controls/safari6.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
22
/**
33
* 1. Set default font family to sans-serif.
44
* 2. Prevent iOS text size adjust after orientation change, without disabling

tests/controls/strict-normalize-false.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | 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

tests/controls/strict-normalize-true.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* normalize-scss 3.0.1+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
1+
/* normalize-scss 3.0.2+normalize.3.0.2 | 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)