Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinnn/broccoli-css-mqpacker
Media Queries combiner for Broccoli with CSS MQPacker
https://github.com/shinnn/broccoli-css-mqpacker
Last synced: 27 days ago
JSON representation
Media Queries combiner for Broccoli with CSS MQPacker
- Host: GitHub
- URL: https://github.com/shinnn/broccoli-css-mqpacker
- Owner: shinnn
- License: mit
- Created: 2014-02-26T07:37:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T00:23:39.000Z (over 8 years ago)
- Last Synced: 2024-09-24T04:48:38.417Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 379 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# broccoli-css-mqpacker
[![NPM version](https://badge.fury.io/js/broccoli-css-mqpacker.svg)](http://badge.fury.io/js/broccoli-css-mqpacker)
[![Build Status](https://travis-ci.org/shinnn/broccoli-css-mqpacker.svg?branch=master)](https://travis-ci.org/shinnn/broccoli-css-mqpacker)
[![Dependency Status](https://david-dm.org/shinnn/broccoli-css-mqpacker.svg)](https://david-dm.org/shinnn/broccoli-css-mqpacker)
[![devDependency Status](https://david-dm.org/shinnn/broccoli-css-mqpacker/dev-status.svg)](https://david-dm.org/shinnn/broccoli-css-mqpacker#info=devDependencies)[CSS MQPacker](https://github.com/hail2u/node-css-mqpacker) filter for [Broccoli](https://github.com/broccolijs/broccoli)
## Installation
[Install with npm](https://www.npmjs.org/doc/cli/npm-install.html). (Make sure you have installed [Node](http://nodejs.org/).)
```
npm i --save-dev broccoli-css-mqpacker
```## Example
```javascript
var packMediaQueries = require('broccoli-css-mqpacker');
tree = packMediaQueries(tree, options);
```## API
### packMediaQueries(tree)
Currently this plugin doesn't support source map.
## License
Copyright (c) 2014 [Shinnosuke Watanabe](https://github.com/shinnn)
Licensed under [the MIT LIcense](./LICENSE).