Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.