Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.26 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.26 KB

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