https://github.com/keenanpayne/normalize.scss
An SCSS port of normalize.css http://necolas.github.com/normalize.css/
https://github.com/keenanpayne/normalize.scss
css normalize sass scss
Last synced: 11 months ago
JSON representation
An SCSS port of normalize.css http://necolas.github.com/normalize.css/
- Host: GitHub
- URL: https://github.com/keenanpayne/normalize.scss
- Owner: keenanpayne
- License: mit
- Created: 2014-07-12T15:40:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T23:59:09.000Z (over 10 years ago)
- Last Synced: 2025-01-07T04:07:36.077Z (about 1 year ago)
- Topics: css, normalize, sass, scss
- Language: CSS
- Size: 223 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Normalize.scss
This is an [SCSS](http://sass-lang.com) port of Nicolas Gallagher's [normalize.css](http://necolas.github.com/normalize.css/). I originally used this in my front-end framework [Concise](http://github.com/ConciseCSS/concise.css). This port comes in two forms: an all-inclusive file (`_normalize.scss` in the root folder) as well as an abstracted set of files (found in the `/abstracted` folder).
## Quickstart
1. Download the [latest release](https://github.com/keenanpayne/normalize.scss/archive/master.zip)
2. Include in your SASS project via `@import` or compile and include in your HTML file (``)
## LESS Version
I have ported this code to [LESS](http://lesscss.org/) so if you prefer that as your preprocessor, check out the repo here: [https://github.com/keenanpayne/normalize.less](https://github.com/keenanpayne/normalize.less).
## Acknowledgements
Normalize was originally created by [Nicolas Gallagher](https://github.com/necolas) and [Jonathan Neal](https://github.com/jonathantneal). Big thanks to them for the great tool!
## Elsewhere
**Keenan Payne**
- [Website](http://keenanpayne.com)
- [GitHub](http://github.com/keenanpayne)
- [Twitter](http://twitter.com/keenan_payne)