0.5kb CSS Reset Library – reset.css

Category: CSS & CSS3 | June 20, 2019
Author:uiwjs
Views Total:217 views
Official Page:Go to website
Last Update:June 20, 2019
License:MIT

Preview:

0.5kb CSS Reset Library – reset.css

Description:

reset.css is an ultra-light (~0.5kb minified) CSS reset created for small business.

Supported elements: headings, media (audio, video, image, object, etc), iframe, table, HTML list, form controls, etc.

How to use it:

Install the reset.css.

# NPM
$ npm install @uiw/reset.css --save

Import the reset.css.

import '@uiw/reset.css';
// or
import '@uiw/reset.css/reset.less';

Or load the stylesheet from a CDN.

<link rel="stylesheet" href="https://unpkg.com/@uiw/[email protected]/reset.css">

You Might Be Interested In:


Leave a Reply