aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJonathan Neal <jonathantneal@hotmail.com>2020-08-19 22:42:08 -0400
committerJonathan Neal <jonathantneal@hotmail.com>2020-08-19 22:42:08 -0400
commitdcf6136221ed221746ce7189531443206fa43619 (patch)
treed3beec780751551078884672bece498b398983f1
parent3af9705c175925d471965d6666405d4dfa4d3125 (diff)
downloadnormalize.css-dcf6136221ed221746ce7189531443206fa43619.tar.gz
normalize.css-dcf6136221ed221746ce7189531443206fa43619.zip
Update README.md to include project history, honor Luciano Battagliero
-rw-r--r--README.md17
-rw-r--r--package.json3
2 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d71bdd..c835982 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,23 @@ preferences.
- [sanitize.css](https://github.com/csstools/sanitize.css) - An alternative to
normalize.css, adhering to common developer expectations and preferences.
+## Differences from `necolas/normalize.css`
+
+Nicolas Gallagher and I started writing normalize.css together. I named and
+created the normalize.css repository with the help of Paul Irish and Ben Alman.
+I transferred the repository to Necolas, who turned it into a “household” CSS
+library.
+
+Later, I resumed authorship of normalize.css with Luciano Battagliero. Together,
+we tagged, deprecated, and removed “opinionated” styles — styles developers
+often prefer but which do not fix bugs or “normalize” browser differences.
+
+Later, Necolas resumed authorship and the issue of whether to include or omit
+the opinionated styles forced us to split.
+
+I continue working on the normalize.css project, currently under the “csstools”
+tag. I hope one day our differences are resolved and the projects are one again.
+
## Acknowledgements
normalize.css is a project by [Jonathan Neal](https://github.com/jonathantneal),
diff --git a/package.json b/package.json
index da66081..3648fac 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"contributors": [
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
- "Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
+ "Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)",
+ "Luciano Battagliero <lucianobattagliero+git@gmail.com> (https://lucianobattagliero.com/)"
],
"license": "CC0-1.0",
"repository": "csstools/normalize.css",