UNPKG

postcss-color-rgba-fallback

Version:
39 lines (38 loc) 840 B
{ "name": "postcss-color-rgba-fallback", "version": "4.0.0", "description": "PostCSS plugin to transform rgba() to hexadecimal", "keywords": [ "css", "postcss", "postcss-plugin", "rgba", "hexadecimal" ], "author": "Guillaume Démésy", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/postcss/postcss-color-rgba-fallback.git" }, "files": [ "CHANGELOG.md", "LICENSE", "index.js" ], "dependencies": { "postcss": "^7.0.17", "postcss-value-parser": "^4.0.2", "rgb-hex": "^3.0.0" }, "devDependencies": { "css-whitespace": "^1.1.0", "eslint": "^6.8.0", "tap-spec": "^4.1.1", "tape": "^4.7.0" }, "scripts": { "lint": "eslint . --ignore-path .gitignore", "test": "npm run lint && tape test/*.js | tap-spec" } }