Skip to content

keenanpayne/normalize.scss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Keenan Payne
May 31, 2015
85a9184 · May 31, 2015

History

27 Commits
May 31, 2015
Jul 12, 2014
May 31, 2015
May 31, 2015

Repository files navigation

Normalize.scss

This is an SCSS port of Nicolas Gallagher's normalize.css. I originally used this in my front-end framework Concise. 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

  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

I have ported this code to LESS so if you prefer that as your preprocessor, check out the repo here: https://github.com/keenanpayne/normalize.less.

Acknowledgements

Normalize was originally created by Nicolas Gallagher and Jonathan Neal. Big thanks to them for the great tool!

Elsewhere

Keenan Payne