UNPKG

postcss-ie11-supports

Version:

PostCSS plugin adding "@supports not" support for IE 11

47 lines (46 loc) 988 B
{ "name": "postcss-ie11-supports", "version": "0.1.3", "description": "PostCSS plugin adding \"@supports not\" support for IE 11", "keywords": [ "postcss", "css", "postcss-plugin", "supports", "fixes", "workarounds", "ie", "ie11" ], "author": "Michał Gołębiowski-Owczarek <m.goleb@gmail.com>", "license": "MIT", "repository": "mgol/postcss-ie11-supports", "bugs": { "url": "https://github.com/mgol/postcss-ie11-supports/issues" }, "homepage": "https://github.com/mgol/postcss-ie11-supports", "dependencies": { "postcss": "^6.0.21" }, "devDependencies": { "@types/jest": "22.2.2", "dedent": "0.7.0", "eslint": "4.19.1", "eslint-config-mgol": "0.0.41", "jest": "22.4.3" }, "scripts": { "lint": "eslint .", "test": "jest && npm run lint" }, "files": [ "README.md", "CHANGELOG.md", "LICENSE", "index.js", "lib" ], "jest": { "testEnvironment": "node" } }