UNPKG

postcss-hexrgba

Version:

PostCSS plugin that adds shorthand hex methods to rgba() values

39 lines (38 loc) 774 B
{ "name": "postcss-hexrgba", "version": "2.1.0", "description": "PostCSS plugin that adds shorthand hex methods to rgba() values", "keywords": [ "postcss", "css", "postcss-plugin", "hex", "rgba" ], "license": "MIT", "repository": "seaneking/postcss-hexrgba", "author": "Sean King <sean@simpla.io>", "maintainers": [ { "name": "Sean King", "email": "sean@simpla.io", "web": "http://simpla.io" } ], "dependencies": { "postcss-value-parser": "^4.1.0" }, "peerDependencies": { "postcss": "^8.1.4" }, "devDependencies": { "chai": "^4.2.0", "eslint": "^5.16.0", "mocha": "^6.1.1", "postcss": "^8.1.4" }, "scripts": { "test": "mocha test", "posttest": "eslint ." } }