crst
(pronounced: croissant) obliterates default browser css styles in order to start with a (consistent) clean sheet when writing your own styles.
It's inspired by various similar projects:
to install:
npm i crst
then include somewhere in :
import "crst/reset.css";
and include it before your projects styles
<link rel="stylesheet" href="path/to/reset.css" type="text/css">