PostCSS plugin for creating colors by WCAG contrast ratio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

14 lines
472 B

{
"name": "postcss-color-contrast-ratio",
"version": "0.0.1",
"description": "PostCSS plugin which allows for creation of colors based upon WCAG contrast ratios",
"main": "index.js",
"repository": "https://code.mensbeam.com/MensBeam/postcss-color-contrast-ratio.git",
"author": "Dustin Wilson <dustin@dustinwilson.com>",
"license": "MIT",
"dependencies": {
"color-string": "^1.5.3",
"postcss": "^7.0.7",
"postcss-values-parser": "^2.0.0"
}
}