Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segundofdez/normalize.less
Modularized famous normalize.css using less
https://github.com/segundofdez/normalize.less
less modularity normalize
Last synced: about 2 months ago
JSON representation
Modularized famous normalize.css using less
- Host: GitHub
- URL: https://github.com/segundofdez/normalize.less
- Owner: segundofdez
- License: mit
- Created: 2015-05-29T21:47:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T23:55:29.000Z (about 6 years ago)
- Last Synced: 2024-04-09T22:28:52.664Z (10 months ago)
- Topics: less, modularity, normalize
- Language: CSS
- Homepage:
- Size: 68.4 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Normalize.less
[![GitHub tag](https://img.shields.io/github/tag/segundofdez/normalize.less.svg?style=flat-square)](https://github.com/segundofdez/reticulas-cssframework/tags)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)Modularized famous [normalize.css][3] using [less][1].
The idea comes from [here][4].## Install
Download the latest stable version of normalize.less or install with [bower][2]:
```bash
bower install modularized-normalize-less --save
```
```bash
npm i modularized-normalize-less --save-dev
```## Gulp tasks
Maybe for some reason you need a custom normalize dist (be careful doing this). Go to normalize.less, comment unnecessary modules an run:
```bash
gulp normalize
```## Contributing
Please see [CONTRIBUTING](https://github.com/segundofdez/normalize.less/blob/master/CONTRIBUTING.md) for details.
## Creators
**Normalize.less it's based on the work of: Nicolas Gallagher and co-creator Jonathan Neal.**
-
**Segundo Fdez**
-
-**Contributors**
-## License
Code and documentation Copyright (c) 2015 Segundo Fdez (http://segundofdez.com) Code released under the [the MIT license](https://github.com/segundofdez/normalize.less/blob/dev/LICENSE.md)[1]:http://lesscss.org/
[2]:http://bower.io/
[3]:https://github.com/necolas/normalize.css/
[4]:https://github.com/necolas/normalize.css/issues/222