https://github.com/raiseandfall/broccoli-combine-mq
Broccoli plugin to combine media queries
https://github.com/raiseandfall/broccoli-combine-mq
broccoli broccoli-plugin media-query
Last synced: 7 months ago
JSON representation
Broccoli plugin to combine media queries
- Host: GitHub
- URL: https://github.com/raiseandfall/broccoli-combine-mq
- Owner: raiseandfall
- License: mit
- Created: 2015-07-01T00:48:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T12:47:44.000Z (almost 9 years ago)
- Last Synced: 2025-10-13T18:47:58.464Z (8 months ago)
- Topics: broccoli, broccoli-plugin, media-query
- Language: CSS
- Homepage: https://www.npmjs.com/package/broccoli-combine-mq
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Broccoli Combine Media Queries
[](https://travis-ci.org/raiseandfall/broccoli-combine-mq) [](https://www.npmjs.com/package/broccoli-combine-mq)
> Broccoli plugin to combine media queries
> Wrapping [node-combine-mq](https://github.com/frontendfriends/node-combine-mq)
## [CHANGELOG](./CHANGELOG.md)
## INSTALL
```shell
$ npm install broccoli-combine-mq
```
## USAGE
```javascript
var combineMq = require('broccoli-combine-mq');
var tree = combineMq(app, {
files: ['style.css'],
settings: {
beautify: true
}
});
```
## OPTIONS
### combineMq(tree, options)
#### options.files
Type: `Array`
_Optional_
**Default** ```[*.css]```
Path to the CSS files to apply combine-mq to.
#### options.settings
Type: `Object`
_Optional_
Settings for [node-combine-mq](https://github.com/frontendfriends/node-combine-mq)
## CONTRIBUTE
```shell
$ npm run dev
```
## LICENSE
MIT