Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keenanpayne/normalize.less
A LESS port of normalize.css http://necolas.github.com/normalize.css/
https://github.com/keenanpayne/normalize.less
css less normalize
Last synced: 26 days ago
JSON representation
A LESS port of normalize.css http://necolas.github.com/normalize.css/
- Host: GitHub
- URL: https://github.com/keenanpayne/normalize.less
- Owner: keenanpayne
- License: mit
- Created: 2014-07-12T15:58:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T23:59:18.000Z (over 9 years ago)
- Last Synced: 2024-11-10T08:43:47.434Z (3 months ago)
- Topics: css, less, normalize
- Language: CSS
- Size: 224 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Normalize.less
This is a [LESS](http://lesscss.org/) 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-less). 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](https://github.com/keenanpayne/normalize.less/archive/master.zip)
2. Include in your LESS project via `@import` or compile and include in your HTML file (``)
## SASS Version
I have ported this code to [SASS](http://sass-lang.com) so if you prefer that as your preprocessor, check out the repo here: [https://github.com/keenanpayne/normalize.scss](https://github.com/keenanpayne/normalize.scss).
## Acknowledgements
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
**Keenan Payne**
- [Website](http://keenanpayne.com)
- [GitHub](http://github.com/keenanpayne)
- [Twitter](http://twitter.com/keenan_payne)