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
- Host: GitHub
- URL: https://github.com/pyxel-dev/reset-css
- Owner: pyxel-dev
- License: mit
- Created: 2019-12-02T17:42:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T09:41:31.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T05:44:09.733Z (12 months ago)
- Topics: css, reset, reset-css, sass, scss
- Language: HTML
- Homepage: https://pyxel-dev.github.io/reset-css
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Reset CSS
[](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)