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

https://github.com/ianrose/reset-scss

A SCSS version of Eric Meyer's CSS reset
https://github.com/ianrose/reset-scss

reset sass scss

Last synced: about 1 year ago
JSON representation

A SCSS version of Eric Meyer's CSS reset

Awesome Lists containing this project

README

          

# Eric Meyer's Reset

[http://meyerweb.com/eric/tools/css/reset/](http://meyerweb.com/eric/tools/css/reset/)

## How to Setup

There are three ways you can download reset-scss.

- Install with bower: `bower install reset-scss --save-dev`
- Clone the repo: `git clone https://github.com/ianrose/reset-scss.git`
- [Download the latest release](https://github.com/ianrose/reset-scss/releases/latest)

You can either `@import "path/_reset-src.scss";` in your project or use `reset.scss` output.