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
- Host: GitHub
- URL: https://github.com/tiaanduplessis/nanoreset
- Owner: tiaanduplessis
- License: mit
- Created: 2017-05-07T12:50:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T23:17:51.000Z (8 months ago)
- Last Synced: 2025-06-04T17:11:33.283Z (4 months ago)
- Topics: css, nano, reset
- Language: CSS
- Homepage:
- Size: 492 KB
- Stars: 88
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Minimal CSS reset in less than 500 bytes
## 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.