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
- Host: GitHub
- URL: https://github.com/ianrose/reset-scss
- Owner: ianrose
- Created: 2013-10-04T00:23:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T01:41:15.000Z (about 8 years ago)
- Last Synced: 2025-04-15T14:56:41.223Z (about 1 year ago)
- Topics: reset, sass, scss
- Language: CSS
- Homepage:
- Size: 5.86 KB
- Stars: 51
- Watchers: 1
- Forks: 59
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.