A bare-bones CSS reset for modern web development and successor of the `modern-css-reset`
npm install more-modern-css-reset
!The Uncompressed size of this reset
!The GZIP size of this reset
!The Brotli size of this reset

A tiny little reset that you can use as the basis of your CSS projects. You can read a breakdown of it here.
Bun:
``sh`
bun install --dev modern-css-reset
NPM:
`sh`
npm install --save-dev modern-css-reset
PNPM:
`sh`
pnpm install --save-dev modern-css-reset
Yarn:
`sh`
yarn add modern-css-reset
Unpkg CDN:
`html`
jsDelivr CDN:
`html`
First, let's clone this repository:
`sh`
git clone https://github.com/rdwz/more-modern-css-reset.git
Then, go to modern-css-reset directory:
`sh`
cd modern-css-reset
And now, you can minify and move the main reset to the dist by running:
`sh``
npm run build
That's it! 🎉
MIT