Skip to content

A bare-bones CSS reset for modern web development and successor of the `modern-css-reset`

License

Notifications You must be signed in to change notification settings

rdwz/more-modern-css-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A More Modern CSS Reset

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

NPM:

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

PNPM:

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

Yarn:

yarn add more-modern-css-reset

Bun:

bun install --dev more-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 more-modern-css-reset directory:

cd more-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

About

A bare-bones CSS reset for modern web development and successor of the `modern-css-reset`

Topics

Resources

License

Stars

Watchers

Forks

Languages