UNPKG

postcss-ie11-pseudo-class

Version:

PostCSS plugin adding support for the `:ie11` pseudo-class targetting IE 11 only

46 lines (45 loc) 1.09 kB
{ "name": "postcss-ie11-pseudo-class", "version": "0.2.0", "type": "module", "description": "PostCSS plugin adding support for the `:ie11` pseudo-class targetting IE 11 only", "exports": "./index.cjs", "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-pseudo-class", "bugs": { "url": "https://github.com/mgol/postcss-ie11-pseudo-class/issues" }, "homepage": "https://github.com/mgol/postcss-ie11-pseudo-class", "dependencies": { "postcss": "^8.5.6", "postcss-selector-parser": "^7.1.0" }, "devDependencies": { "eslint": "9.34.0", "eslint-config-mgol": "0.0.50", "globals": "16.3.0" }, "scripts": { "lint": "eslint .", "test": "npm run lint && npm run test:unit", "test:unit": "node --test 'test/index.test.js'" }, "files": [ "README.md", "CHANGELOG.md", "LICENSE", "index.cjs", "lib" ] }