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:
authorNicolas Gallagher <nicolasgallagher@gmail.com>2013-05-08 10:40:22 +0400
committerNicolas Gallagher <nicolasgallagher@gmail.com>2013-05-08 10:40:22 +0400
commit71d6cdc9a85ac70da6d3208e397fcb5b1c0ad960 (patch)
tree4064935ce7bae16fd706ec460023f35ab8f55b0b /CHANGELOG.md
parent87db01937460a16964d7f1a6c675624c5107448b (diff)
Revert root color and background normalization
Commit: 907890983eb2d6667e4b9cbd8bd03ead4b077e34 The change caused problems with `body` background color no longer bubbling up the the `html` element. It also prevented you from setting `color` or `background` styles on `html` before the normalize.css styles. It might not be possibly to safely address – within normalize.css – the problem that it was trying to avoid. Fix gh-188
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0e9f93..41055ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
== HEAD
+* Revert root `color` and `background` normalizations.
+
== 2.1.1 (April 8, 2013)
* Normalize root `color` and `background` to counter the effects of system