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

https://github.com/pyxel-dev/reset-css

A tiny Reset CSS
https://github.com/pyxel-dev/reset-css

css reset reset-css sass scss

Last synced: 11 months ago
JSON representation

A tiny Reset CSS

Awesome Lists containing this project

README

          

# Reset CSS

[![Version](https://img.shields.io/github/release/pyxel-dev/reset-css.svg)](https://github.com/pyxel-dev/reset-css/releases)

A simple Reset CSS with features:

* Margin / Padding
* Tables
* Font size
* Box sizing
* Media

## Install

Download the [unminified](https://raw.githubusercontent.com/pyxel-dev/reset-css/master/reset.css) or [minified](https://raw.githubusercontent.com/pyxel-dev/reset-css/master/reset.min.css) version

```sh
npm i @pyxeldev/reset-css
```

## CDN

You can use **unpkg** CDN:

* [CSS](https://unpkg.com/@pyxeldev/reset-css/reset.css)
* [CSS min](https://unpkg.com/@pyxeldev/reset-css/reset.min.css)
* [SCSS](https://unpkg.com/@pyxeldev/reset-css/reset.scss)

## License

Since 2020 © [Pyxel](https://pyxel.dev) under the [MIT License](https://github.com/pyxel-dev/reset-css/blob/master/licence.md)