@zellwk/css-reset
v1.0.1
Published
Zell's personal CSS reset
Downloads
4
Readme
Zell's personal CSS Reset
This repository contains the CSS Reset file that I use for all my frontend projects. For more info, read this blog post.
Installation
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