From 2ac336c420fc59680df4d02ff50d85f97c8518d6 Mon Sep 17 00:00:00 2001 From: Adam Gruber Date: Mon, 1 May 2017 10:52:55 -0400 Subject: [PATCH] Update CHANGELOG.md (#670) * Update CHANGELOG.md Add a note about opinionate.css * add similar projects section to README --- CHANGELOG.md | 2 ++ README.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a03f0..554dcad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ * Correct document heading comment * Update `abbr[title]` support +_For anyone who still wants/needs the opinionated rules, see [opinionate.css](https://github.com/adamgruber/opinionate.css)_ + ### 5.0.0 (October 3, 2016) * Add normalized sections not already present from diff --git a/README.md b/README.md index 0de04a0..82a4686 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,11 @@ In Edge, placeholders will disappear on `relative` or `absolute` positioned Please read the [contribution guidelines](CONTRIBUTING.md) in order to make the contribution process easy and effective for everyone involved. +## Similar Projects + +- [opinionate.css](https://github.com/adamgruber/opinionate.css) - Supplement to normalize, restores opinionated rules removed in v6 +- [sanitize.css](https://github.com/jonathantneal/sanitize.css) - Alternative to normalize, adheres to common developer expectations and preferences + ## Acknowledgements