I’ve just stumbled upon the UA+ reset with lots of interesting additions.
This lead me to finally separate my own reset.css
into a second base.css
, which does more than just resetting default browser styles.
The goal is that reset.css
can be copied into any project to act as a baseline across projects. base.css
is then setting the basic styles for the given project on top of the reset, like colors, fonts etc.