UNPKG

postcss-color-hexa

Version:

A postcss plugin that enables the use of hexa() to combine hex codes and opacity into rgba()

37 lines (36 loc) 882 B
{ "name": "postcss-color-hexa", "version": "1.2.4", "description": "A postcss plugin that enables the use of hexa() to combine hex codes and opacity into rgba()", "main": "hexa.js", "scripts": { "test": "mocha test" }, "author": "Nick Sheffield <numbereft@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nicksheffield/postcss-color-hexa.git" }, "keywords": [ "postcss-color-hexa", "node", "postcss", "postcss-plugin", "hex", "hexa", "color" ], "dependencies": { "postcss": "^5.0.21", "postcss-message-helpers": "^2.0.0" }, "bugs": { "url": "https://github.com/nicksheffield/postcss-color-hexa/issues" }, "homepage": "https://github.com/nicksheffield/postcss-color-hexa#readme", "devDependencies": { "chai": "^3.2.0", "mocha": "^2.2.5" } }