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).
-
Download the latest release
-
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">
)
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.
Normalize was originally created by Nicolas Gallagher and Jonathan Neal. Big thanks to them for the great tool!
Keenan Payne