broccoli-combine-mq

Broccoli plugin to combine media queries

Usage no npm install needed!

<script type="module">
  import broccoliCombineMq from 'https://cdn.skypack.dev/broccoli-combine-mq';
</script>

README

Broccoli Combine Media Queries

Build Status

Broccoli plugin to combine media queries Wrapping node-combine-mq

CHANGELOG

INSTALL

$ npm install broccoli-combine-mq

USAGE

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

CONTRIBUTE

$ npm run dev

LICENSE

MIT