more-modern-css-reset

1.1.0 • Public • Published

A More Modern CSS Reset

NPM Version The Uncompressed size of this reset The GZIP size of this reset The Brotli size of this reset License: MIT

A tiny little reset that you can use as the basis of your CSS projects. You can read a breakdown of it here.

Installation

Bun:

bun install --dev modern-css-reset

NPM:

npm install --save-dev modern-css-reset

PNPM:

pnpm install --save-dev modern-css-reset

Yarn:

yarn add modern-css-reset

Unpkg CDN:

<link rel="stylesheet" href="https://unpkg.com/more-modern-css-reset/dist/reset.min.css" />

jsDelivr CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/more-modern-css-reset/dist/reset.min.css" />

Manual installation

First, let's clone this repository:

git clone https://github.com/rdwz/more-modern-css-reset.git

Then, go to modern-css-reset directory:

cd modern-css-reset

And now, you can minify and move the main reset to the dist by running:

npm run build

That's it! 🎉

License 🏛️

MIT

Package Sidebar

Install

npm i more-modern-css-reset

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

6.2 kB

Total Files

6

Last publish

Collaborators

  • redwerkz