postcss-mq-dedupe
v0.2.3
Published
[](https://travis-ci.org/alexdunphy/postcss-mq-dedupe) [](https://coveralls.io/r/alexd
Maintainers
Readme
postcss-mq-dedupe
Install
npm: npm i -S postcss-mq-dedupe
(One function is exported:)
var mqDedupe = require('postcss-mq-dedupe');Development
- Clone repo and
npm install - Make changes and ensure linting (
gulp lint) & tests (gulp test) pass (combined task:gulp)
Use gulp watch to run linter and tests on each file change (equivalent to manually running gulp).
