
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/reset.css@latest/reset.css">







