Combine matching media queries into one media query definition.
npm install combine-mqTo contribute either check the Waffle board or GitHub issues then work away:
* Fork it!
* Create your feature branch: git checkout -b feature/awesome-feature
* Commit your changes: git commit -m 'feat(Project): Adds awesome feature'
* Push to the branch: git push origin feature/awesome-feature
* Submit a pull request :+1:
Tips:
* In lieu of a formal styleguide, take care to maintain the existing coding style.
* Add unit tests for any new or changed functionality.
* Test your code using Grunt: grunt test
* Install editorconfig-sublime for Sublime Text to help with consistent code formatting.
* Commit messages loosely adhere to these guidelines.
* Versioning adheres to Semver.
```
$ git clone https://github.com/frontendfriends/node-combine-mq
Install dependencies:
``
$ npm install
Go into the directory and link for local development:
``
$ cd node-combine-mq && npm link
media queries
* 25-11-2014 - v0.4.0 - Adds CSS beautify for output
* 26-10-2014 - v0.3.0 - Adds functionality to preserve @font-face`MIT: http://fefc.mit-license.org
[travis-url]: http://travis-ci.org/frontendfriends/node-combine-mq
[travis-image]: https://secure.travis-ci.org/frontendfriends/node-combine-mq.svg?branch=master
[waffle-url]: https://waffle.io/frontendfriends/node-combine-mq
[waffle-image]: https://badge.waffle.io/frontendfriends/node-combine-mq.svg?label=ready&title=Ready
[dependency-url]: https://david-dm.org/frontendfriends/node-combine-mq#info=dependencies
[dependency-image]: https://david-dm.org/frontendfriends/node-combine-mq/status.svg
[dev-dependency-url]: https://david-dm.org/frontendfriends/node-combine-mq#info=devDependencies
[dev-dependency-image]: https://david-dm.org/frontendfriends/node-combine-mq/dev-status.svg