diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2020-08-19 22:42:08 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2020-08-19 22:42:08 -0400 |
commit | dcf6136221ed221746ce7189531443206fa43619 (patch) | |
tree | d3beec780751551078884672bece498b398983f1 | |
parent | 3af9705c175925d471965d6666405d4dfa4d3125 (diff) | |
download | normalize.css-dcf6136221ed221746ce7189531443206fa43619.tar.gz normalize.css-dcf6136221ed221746ce7189531443206fa43619.zip |
Update README.md to include project history, honor Luciano Battagliero
-rw-r--r-- | README.md | 17 | ||||
-rw-r--r-- | package.json | 3 |
2 files changed, 19 insertions, 1 deletions
@@ -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", |