This repository contains the CSS Reset file that I use for all my frontend projects. For more info, read this blog post.
With npm:
- Run
npm install @zellwk/css-reset
- Import
reset.css
into your project
Manual installation:
- Open
reset.css
in Github - Click on
raw
on the top right hand corner - Copy everything
- Paste in your project