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

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/

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)