Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T07:01:47.000Z (6 months ago)
- Last Synced: 2024-11-07T15:51:54.988Z (about 1 month ago)
- Topics: css, css3, less, reset-css, scss, stylus
- Language: CSS
- Homepage: https://uiwjs.github.io/reset-css
- Size: 52.7 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reset.css
---[![NPM Version](https://img.shields.io/npm/v/@uiw/reset.css.svg)](https://www.npmjs.com/@uiw/reset.css)
[![Build & Deploy](https://github.com/uiwjs/reset-css/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/reset-css/actions/workflows/ci.yml)
[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/reset.css.svg?style=flat)](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.