/css-reset

Zell's personal CSS Reset

Primary LanguageCSS

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