alexdunphy / postcss-mq-dedupe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI status Coveralls status dependencies status devDependencies status

postcss-mq-dedupe

Install

npm: npm i -S postcss-mq-dedupe

(One function is exported:)

var mqDedupe = require('postcss-mq-dedupe');

Development

  1. Clone repo and npm install
  2. 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).

About

License:MIT License


Languages

Language:JavaScript 100.0%