UNPKG

@csstools/postcss-relative-color-syntax

Version:
67 lines (66 loc) 1.49 kB
{ "name": "@csstools/postcss-relative-color-syntax", "description": "Use the relative color syntax in CSS", "version": "4.0.1", "contributors": [ { "name": "Antonio Laguna", "email": "antonio@laguna.es", "url": "https://antonio.laguna.es" }, { "name": "Romain Menke", "email": "romainmenke@gmail.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": { "@csstools/css-color-parser": "^4.0.1", "@csstools/css-parser-algorithms": "^4.0.0", "@csstools/css-tokenizer": "^4.0.0", "@csstools/postcss-progressive-custom-properties": "^5.0.0", "@csstools/utilities": "^3.0.0" }, "peerDependencies": { "postcss": "^8.4" }, "scripts": {}, "homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax#readme", "repository": { "type": "git", "url": "git+https://github.com/csstools/postcss-plugins.git", "directory": "plugins/postcss-relative-color-syntax" }, "bugs": "https://github.com/csstools/postcss-plugins/issues", "keywords": [ "color", "postcss-plugin", "relative color syntax" ] }