Skip to content

Commit

Permalink
Update heading sizes and content
Browse files Browse the repository at this point in the history
  • Loading branch information
Keenan Payne committed May 31, 2015
1 parent e03ab46 commit cc74c79
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
Normalize.scss
==============
# Normalize.scss

This is an [SCSS](http://sass-lang.com) port of Nicolas Gallagher's [normalize.css](http://necolas.github.com/normalize.css/) that I originally used 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).
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
==============
## 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 (`<link rel="stylesheet" type="text/css" media="screen" href="normalize.css" />`)
2. Include in your SASS project via `@import` or compile and include in your HTML file (`<link rel="stylesheet" type="text/css" media="screen" href="normalize.css">`)

LESS Version
==============
## 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
==============
## Acknowledgements

Normalize was originally created by [Nicolas Gallagher](https://github.com/necolas) and [Jonathan Neal](https://github.com/jonathantneal), so big thanks to them for the great tool!
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
==============
## Elsewhere

**Keenan Payne**

- [Website](http://keenanpayne.com)
- [GitHub](http://github.com/keenanpayne)
- [Twitter](http://twitter.com/keenan_payne)
- [Twitter](http://twitter.com/keenan_payne)

0 comments on commit cc74c79

Please sign in to comment.