Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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