1.0.1 • Published 3 years ago

@zellwk/css-reset v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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:

  1. Run npm install @zellwk/css-reset
  2. Import reset.css into your project

Manual installation:

  1. Open reset.css in Github
  2. Click on raw on the top right hand corner
  3. Copy everything
  4. Paste in your project