UNPKG

postcss-unmq

Version:

Remove media queries from CSS while preserving rules that match a hard-coded viewport

46 lines (45 loc) 1.03 kB
{ "name": "postcss-unmq", "version": "1.0.2", "description": "Remove media queries from CSS while preserving rules that match a hard-coded viewport", "keywords": [ "postcss", "css", "postcss-plugin", "mediaquery", "mediaqueries", "internet", "explorer", "ie", "mq", "strip" ], "author": "Jonathan Neal <jonathantneal@hotmail.com>", "license": "CC0-1.0", "repository": { "type": "git", "url": "https://github.com/jonathantneal/postcss-unmq.git" }, "bugs": { "url": "https://github.com/jonathantneal/postcss-unmq/issues" }, "homepage": "https://github.com/jonathantneal/postcss-unmq", "dependencies": { "css-mediaquery": "^0.1.2", "postcss": "^5.0.10" }, "devDependencies": { "eslint": "^1.7.3", "tap-spec": "^4.1.0", "tape": "^4.2.2" }, "scripts": { "lint": "eslint . --ignore-path .gitignore", "test-fixtures": "tape test/*.js | tap-spec", "test": "npm run lint && npm run test-fixtures" }, "engines": { "iojs": ">=2.0.0", "node": ">=0.12.0" } }