https://github.com/uiwjs/reset-css
A tiny modern CSS reset.
https://github.com/uiwjs/reset-css
css css3 less reset-css scss stylus
Last synced: 8 months ago
JSON representation
A tiny modern CSS reset.
- Host: GitHub
- URL: https://github.com/uiwjs/reset-css
- Owner: uiwjs
- License: mit
- Created: 2019-06-18T09:02:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T16:09:46.000Z (8 months ago)
- Last Synced: 2025-04-05T17:23:05.237Z (8 months ago)
- Topics: css, css3, less, reset-css, scss, stylus
- Language: CSS
- Homepage: https://uiwjs.github.io/reset-css
- Size: 52.7 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
reset.css
---
[](https://www.npmjs.com/@uiw/reset.css)
[](https://github.com/uiwjs/reset-css/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/@uiw/reset.css)
A tiny modern CSS reset.
### npm
```bash
npm install @uiw/reset.css --save
```
### Usage
```js
import '@uiw/reset.css';
// or
import '@uiw/reset.css/reset.less';
```
### CDN
- See https://unpkg.com/@uiw/reset.css/reset.css
- See https://unpkg.com/@uiw/reset.css/reset.min.css
- See https://unpkg.com/@uiw/reset.css/reset.less
- See https://uiwjs.github.io/reset-css/reset.css
- See https://uiwjs.github.io/reset-css/reset.min.css
- See https://uiwjs.github.io/reset-css/reset.less
### License
Licensed under the MIT License.