Skip to content

keenanpayne/normalize.less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Normalize.less

This is a LESS 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.less 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 LESS project via @import or compile and include in your HTML file (<link rel="stylesheet" type="text/css" media="screen" href="normalize.css">)

SASS Version

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

Acknowledgements

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

Elsewhere

Keenan Payne