# modern-css-reset

> A bare-bones CSS reset for modern web development

Latest version **1.4.0** (published 2021-01-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install modern-css-reset
pnpm add modern-css-reset
yarn add modern-css-reset
bun add modern-css-reset
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2021-01-18 |
| First published | 2019-10-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 9.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2960 |
| Author | Andy Bell |
| Maintainers | andybelldesign |
| Keywords | css reset, modern css reset |

## Links

- npm: https://www.npmjs.com/package/modern-css-reset
- Repository: https://github.com/hankchizljaw/modern-css-reset
- Homepage: https://github.com/hankchizljaw/modern-css-reset#readme
- Issues: https://github.com/hankchizljaw/modern-css-reset/issues
- npm.io page: https://npm.io/package/modern-css-reset

## Recent versions

- 1.4.0 (latest) — 2021-01-18
- 1.3.0 — 2020-11-06
- 1.2.0 — 2020-11-06
- 1.1.1 — 2020-07-21
- 1.1.0 — 2020-02-03
- 1.0.4 — 2019-10-03
- 1.0.2 — 2019-10-01
- 1.0.1 — 2019-10-01
- 1.0.0 — 2019-10-01

## README

# A modern CSS reset

![The Uncompressed size of this reset](https://img.badgesize.io/https://unpkg.com/modern-css-reset?label=Uncompressed%20Size)
![The GZIP size of this reset](https://img.badgesize.io/https://unpkg.com/modern-css-reset?compression=gzip&label=GZIP%20Size)
![The Brotli size of this reset](https://img.badgesize.io/https://unpkg.com/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://hankchizljaw.com/wrote/a-modern-css-reset/).

## Installation

NPM:

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

Yarn:

```console
yarn add modern-css-reset
```

Unpkg CDN: 

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

jsDelivr CDN: 

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

### Manual installation

First, let's clone this repository:

```console
git clone https://github.com/hankchizljaw/modern-css-reset.git
```

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

```console
cd modern-css-reset
```

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

```console
npm run build
```

That's it! 🎉

## License

MIT

---
_Source: https://npm.io/package/modern-css-reset · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
