Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

A bare-bones CSS reset for modern web development and successor of the `modern-css-reset`
https://github.com/rdwz/more-modern-css-reset

css css-reset reset reset-css

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# A More Modern CSS Reset

![The Uncompressed size of this reset](https://img.badgesize.io/https://unpkg.com/more-modern-css-reset?label=Uncompressed%20Size)
![The GZIP size of this reset](https://img.badgesize.io/https://unpkg.com/more-modern-css-reset?compression=gzip&label=GZIP%20Size)
![The Brotli size of this reset](https://img.badgesize.io/https://unpkg.com/more-modern-css-reset?compression=brotli&label=Brotli%20Size)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

A tiny little reset that you can use as the basis of your CSS projects. You can read a [breakdown of it here](https://andy-bell.co.uk/a-more-modern-css-reset/).

## Installation

NPM:

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

PNPM:

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

Yarn:

```sh
yarn add more-modern-css-reset
```

Bun:

```sh
bun install --dev more-modern-css-reset
```

Unpkg CDN:

```html

```

jsDelivr CDN:

```html

```

### Manual installation

First, let's clone this repository:

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

Then, go to `more-modern-css-reset` directory:

```sh
cd more-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! 🎉

## License

MIT