Broccoli plugin to combine media queries Wrapping node-combine-mq
$ npm install broccoli-combine-mq
var combineMq = require('broccoli-combine-mq');
var tree = combineMq(app, {
files: ['style.css'],
settings: {
beautify: true
}
});
Type: Array
Optional
Default [*.css]
Path to the CSS files to apply combine-mq to.
Type: Object
Optional
Settings for node-combine-mq
$ npm run dev
MIT