UNPKG

postcss-filter-mq

Version:

Filter all matching or non-matching media queries

37 lines (36 loc) 700 B
{ "name": "postcss-filter-mq", "author": "Simon Goellner", "version": "1.0.1", "description": "Filter all matching or non-matching media queries", "license": "MIT", "main": "index.js", "scripts": { "test": "mocha ./test/**/*.js && eslint **/*.js" }, "keywords": [ "css", "post", "postcss", "postcss-plugin", "filter", "regex", "match", "media", "query", "queries", "mq" ], "dependencies": { "postcss": "^5.0.13", "underscore": "^1.8.3" }, "devDependencies": { "eslint": "^1.10.3", "gulp": "^3.9.0", "gulp-postcss": "^6.0.1", "gulp-rename": "^1.2.2", "mocha": "^2.3.4", "should": "^8.0.2" } }