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>2013-07-02 17:04:06 +0400
committerJohnAlbin <virtually.johnalbin@gmail.com>2013-07-02 18:13:12 +0400
commit5d597d5838d79573b57dd0c059c8363a51bcdcfa (patch)
tree30c1b89b4ba5a63dada28c6f1dd8fb45758210a3 /CHANGELOG.md
parentd8dbbf8d3c2e835be35ce66e240d0b2cace42f49 (diff)
parent05e08e77b578de8b2fd091f0deb323649c0410a0 (diff)
Merge normalize.css' v1 (version 1.1.2) into normalize.scss' master.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02ba7bc..d7ae9ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,15 @@
* Form elements automatically inherit `font-family` from ancestor.
* Drop support for IE 6/7, Firefox < 4, and Safari < 5.
+== 1.1.2 (May 11, 2013)
+
+* Revert root `color` and `background` normalizations.
+
+== 1.1.1 (April 8, 2013)
+
+* Normalize root `color` and `background` to counter the effects of system
+ color schemes.
+
== 1.1.0 (January 21, 2013)
* Normalize `text-transform` for `button` and `select`.