Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2015-10-17 12:06:33 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-10-17 19:13:51 +0300
commite8e479e8e1efc2386798272d8cc2fb8ef67f8fce (patch)
treeb696429ac35f36c598e796e60889d0ef60fbf55f
parentf55eb8bb64c83f40dcae5a36edf798c3265f5540 (diff)
Update version to 3.0.3+normalize.3.0.3.3.0.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md4
-rw-r--r--_normalize.scss2
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--normalize-scss.gemspec4
-rw-r--r--package.json2
-rw-r--r--test/controls/font.css2
-rw-r--r--test/controls/ie10.css2
-rw-r--r--test/controls/ie11.css2
-rw-r--r--test/controls/ie6.css2
-rw-r--r--test/controls/ie7.css2
-rw-r--r--test/controls/ie8.css2
-rw-r--r--test/controls/ie9.css2
-rw-r--r--test/controls/indent-amount.css2
-rw-r--r--test/controls/safari6.css2
-rw-r--r--test/controls/safari7.css2
-rw-r--r--test/controls/strict-normalize-false.css2
-rw-r--r--test/controls/strict-normalize-true.css2
19 files changed, 24 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72e1f5b..aa18831 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+=== normalize-scss 3.0.3+normalize.3.0.3 (October 17, 2015)
+
+* Upgrade to Normalize.css 3.0.3.
+
=== normalize-scss 3.0.2+normalize.3.0.2 (November 6, 2014)
* Upgrade to Normalize.css 3.0.2.
diff --git a/README.md b/README.md
index dee6fe9..a81be15 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
## Latest downloadable version
-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).
-It combines normalize.css v3.0.2 and normalize v1.1.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).
+It combines normalize.css v3.0.3 and normalize v1.1.3.
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).
It combines normalize.css v2.1.3 and normalize v1.1.3.
diff --git a/_normalize.scss b/_normalize.scss
index 936e930..ebdf1e9 100644
--- a/_normalize.scss
+++ b/_normalize.scss
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
// Variables and Imports
diff --git a/bower.json b/bower.json
index 94787f4..7215a02 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "normalize-scss",
- "version": "3.0.2+normalize.3.0.3",
+ "version": "3.0.3+normalize.3.0.3",
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"author": [
"Nicolas Gallagher",
diff --git a/component.json b/component.json
index 1344b47..8c187d5 100644
--- a/component.json
+++ b/component.json
@@ -2,7 +2,7 @@
"name": "normalize-scss",
"repo": "JohnAlbin/normalize-scss",
"description": "This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.",
- "version": "3.0.2+normalize.3.0.3",
+ "version": "3.0.3+normalize.3.0.3",
"author": [
"Nicolas Gallagher",
"John Albin Wilkins"
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index cd04205..ec74e96 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/JohnAlbin/normalize-scss'
s.rubyforge_project =
- s.version = '3.0.2'
- s.date = '2014-11-06'
+ s.version = '3.0.3'
+ s.date = '2015-10-17'
s.licenses = ['GPL-2']
s.authors = ['John Albin Wilkins']
diff --git a/package.json b/package.json
index 5efbb13..589caca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "normalize-scss",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "Normalize-scss as a node packaged module",
"style": "_normalize.scss",
"files": [
diff --git a/test/controls/font.css b/test/controls/font.css
index 496063e..6535c3d 100644
--- a/test/controls/font.css
+++ b/test/controls/font.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
diff --git a/test/controls/ie10.css b/test/controls/ie10.css
index 92aa4e8..d27925f 100644
--- a/test/controls/ie10.css
+++ b/test/controls/ie10.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
diff --git a/test/controls/ie11.css b/test/controls/ie11.css
index 73d608d..f30b735 100644
--- a/test/controls/ie11.css
+++ b/test/controls/ie11.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
diff --git a/test/controls/ie6.css b/test/controls/ie6.css
index 2ae2d8b..a61baaa 100644
--- a/test/controls/ie6.css
+++ b/test/controls/ie6.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
diff --git a/test/controls/ie7.css b/test/controls/ie7.css
index ef1bef1..7b5f359 100644
--- a/test/controls/ie7.css
+++ b/test/controls/ie7.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
diff --git a/test/controls/ie8.css b/test/controls/ie8.css
index 42cb5b2..12397a5 100644
--- a/test/controls/ie8.css
+++ b/test/controls/ie8.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
diff --git a/test/controls/ie9.css b/test/controls/ie9.css
index 42cb5b2..12397a5 100644
--- a/test/controls/ie9.css
+++ b/test/controls/ie9.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
diff --git a/test/controls/indent-amount.css b/test/controls/indent-amount.css
index 704408f..9e2073f 100644
--- a/test/controls/indent-amount.css
+++ b/test/controls/indent-amount.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
diff --git a/test/controls/safari6.css b/test/controls/safari6.css
index 5cff850..0d53c7c 100644
--- a/test/controls/safari6.css
+++ b/test/controls/safari6.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
diff --git a/test/controls/safari7.css b/test/controls/safari7.css
index 73d608d..f30b735 100644
--- a/test/controls/safari7.css
+++ b/test/controls/safari7.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
diff --git a/test/controls/strict-normalize-false.css b/test/controls/strict-normalize-false.css
index c089a73..16f1429 100644
--- a/test/controls/strict-normalize-false.css
+++ b/test/controls/strict-normalize-false.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
diff --git a/test/controls/strict-normalize-true.css b/test/controls/strict-normalize-true.css
index 2e0631c..a9ecd11 100644
--- a/test/controls/strict-normalize-true.css
+++ b/test/controls/strict-normalize-true.css
@@ -1,4 +1,4 @@
-/* normalize-scss 3.0.2+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
+/* normalize-scss 3.0.3+normalize.3.0.3 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when