postcss-relative-opacity
Version:
PostCSS plugin to add opacity to any colors with Relative Color Syntax
32 lines (31 loc) • 670 B
JSON
{
"name": "postcss-relative-opacity",
"version": "0.1.0",
"description": "PostCSS plugin to add opacity to any colors with Relative Color Syntax",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"oklch",
"opacity"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/postcss-postcss-relative-opacity",
"engines": {
"node": ">=18.0"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"peerDependencies": {
"postcss": "^8.4.0"
}
}