1.1.0 • Published 4 years ago

@rzzo/css-reset v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Another CSS Reset

This repository contains the CSS Reset that I reach for in my projects. This is heavly based on this blog post. Zell inspired me to do this and create one that matches my style.

Whats inside

  • reset.scss - The build file
  • reset.css - Compact version of reset.scss
  • reset.min.css - Compressed version of reset.scss

Installation

With npm:

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