UNPKG

@csstools/postcss-normalize-display-values

Version:

Use two values display syntax for inner and outer display types.

69 lines (68 loc) 1.24 kB
{ "name": "@csstools/postcss-normalize-display-values", "description": "Use two values display syntax for inner and outer display types.", "version": "5.0.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-normalize-display-values" }, "keywords": [ "block", "css", "display", "flex", "flow", "flow-root", "grid", "inline", "inline-block", "inline-flex", "inline-grid", "inline-table", "list-item", "postcss-plugin", "ruby", "ruby-base", "ruby-text", "run-in", "table", "table-caption", "table-cell" ] }