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

https://github.com/tiaanduplessis/nanoreset

Minimal CSS reset in less than 500 bytes
https://github.com/tiaanduplessis/nanoreset

css nano reset

Last synced: 2 months ago
JSON representation

Minimal CSS reset in less than 500 bytes

Awesome Lists containing this project

README

          


nanoreset


Minimal CSS reset in less than 500 bytes





Package version


Downloads


Standard


License


PRs



## Table of Contents

- [Table of Contents](#table-of-contents)
- [Background](#background)
- [Install](#install)
- [Demo](#demo)
- [Contribute](#contribute)
- [License](#license)

## Background

[Nanoreset](https://github.com/tiaanduplessis/nanoreset) is an minimal CSS reset intented for modern web apps. It is heavily based on [Josh's Custom CSS Reset](https://www.joshwcomeau.com/css/custom-css-reset/) with slight modifcations for my use cases.

## Install

With package manager:

with `npm`:

```sh
npm install nanoreset
```

with `yarn`:
```sh
yarn add nanoreset
```

With CDN:

In your HTML:

```html

```

or directly in your CSS:

```css
@import url('https://unpkg.com/nanoreset/nanoreset.min.css')
```

## Demo

Checkout [the demo](https://tiaanduplessis.github.io/nanoreset/) using [HTML5 Test Page](https://github.com/cbracco/html5-test-page).

## Contribute

Contributions are welcome. Please open up an issue or create PR if you would like to help out. If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

Licensed under the MIT License.