RBN - [reset browser normalize]. Unify all browser base styles, of course, there are some default properties
Version 2.0+ supports scss
NPM
Then with a module bundler like rollup or webpack, use as you would anything else:
npm install --save rbn.css
2.0+ version, you can introduce scss, smaller size
import 'rbn.css/rbn.scss'
Browser Or load via CDN and include in the head tag of your page.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/rbn.css/rbn.css" />
Download
git clone https://github.com/crlang/reset-browser-normalize.git
Or,download last zip.
LICENSE MIT