@csstools/postcss-progressive-custom-properties
Version:
Correctly declare progressive enhancements for CSS Custom Properties.
58 lines (57 loc) • 1.11 kB
JSON
{
"name": "@csstools/postcss-progressive-custom-properties",
"description": "Correctly declare progressive enhancements for CSS Custom Properties.",
"version": "5.1.0",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "MIT-0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/csstools"
},
{
"type": "opencollective",
"url": "https://opencollective.com/csstools"
}
],
"engines": {
"node": ">=20.19.0"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
},
"files": [
"CHANGELOG.md",
"LICENSE.md",
"README.md",
"dist"
],
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.4"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-progressive-custom-properties"
},
"keywords": [
"css",
"custom",
"declarations",
"postcss",
"postcss-plugin",
"progressive",
"properties",
"utility",
"variables",
"vars"
]
}