csstools / sanitize.css

A best-practices CSS foundation
https://csstools.github.io/sanitize.css
Creative Commons Zero v1.0 Universal
5.21k stars 314 forks source link

Clarify difference from normalize.css #244

Open nichoth opened 2 months ago

nichoth commented 2 months ago

What is the difference between this and normalize.css?

In the readme, we see

sanitize.css is developed alongside normalize.css, which means every normalization is included, and every normalization and opinion are clearly marked and documented.

Does this mean that sanitize.css is a superset of normalize.css? Is sanitize.css opinionated, whereas normalize.css is not?