An open API service indexing awesome lists of open source software.

https://github.com/zellwk/css-reset

Zell's personal CSS Reset
https://github.com/zellwk/css-reset

css

Last synced: over 1 year ago
JSON representation

Zell's personal CSS Reset

Awesome Lists containing this project

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](https://zellwk.com/blog/css-reset).

## 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