Description
Prerequisites
- I have searched for duplicate or closed issues
- I have read the contributing guidelines
Proposal
Since you're providing so much base CSS, much of which appears to overlap with a CSS reset, it's probably best to drop normalize.css as a dependency and include your own CSS reset.
Motivation and context
It's been a while since a new release here, but even longer for normalize.css. It was last updated in 2018 and still littered with rules for IE10 and 11. There's probably a lot that needs to be reevaluated in a post-IE world, and the CSS reset is certainly one of them.
I've been using Andy Bell's as a starting point (https://github.com/Andy-set-studio/modern-css-reset) but have not had the time to go through normalize.css rule by rule to verify what's still valid.
This is important work for modernizing projects.
I'd love to help where I can if this project is still alive.