{"_id":"@csstools/postcss-position-area-property","_rev":"4266225","name":"@csstools/postcss-position-area-property","description":"Fallback `position-area` to the alternate name `inset-area`","dist-tags":{"latest":"2.0.0"},"maintainers":[{"name":"alaguna","email":"a.laguna@funcion13.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"romainmenke","email":""}],"time":{"modified":"2026-04-06T16:28:50.000Z","created":"2025-12-03T20:11:25.922Z","2.0.0":"2026-01-14T07:24:28.805Z","1.0.0":"2025-12-03T20:11:25.922Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/csstools/postcss-plugins.git","directory":"plugins/postcss-position-area-property"},"versions":{"2.0.0":{"name":"@csstools/postcss-position-area-property","description":"Fallback `position-area` to the alternate name `inset-area`","version":"2.0.0","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"}},"peerDependencies":{"postcss":"^8.4"},"scripts":{},"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-position-area-property#readme","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-plugins.git","directory":"plugins/postcss-position-area-property"},"bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"keywords":["postcss-plugin"],"gitHead":"9648a709d267d2a212b8112d16dae9c0e35e23d5","_id":"@csstools/postcss-position-area-property@2.0.0","_nodeVersion":"25.1.0","_npmVersion":"11.6.2","dist":{"shasum":"3eb4cdc133584c5f413456099fa370a6ccf20140","size":2183,"noattachment":false,"key":"/@csstools/postcss-position-area-property/-/@csstools/postcss-position-area-property-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@csstools/postcss-position-area-property/download/@csstools/postcss-position-area-property-2.0.0.tgz"},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"directories":{},"maintainers":[{"name":"alaguna","email":"a.laguna@funcion13.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"romainmenke","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/postcss-position-area-property_2.0.0_1768375468672_0.2530460285771552"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-14T07:24:28.805Z","publish_time":1768375468805,"_source_registry_name":"default","_cnpm_publish_time":1768375468805},"1.0.0":{"name":"@csstools/postcss-position-area-property","description":"Fallback `position-area` to the alternate name `inset-area`","version":"1.0.0","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":">=18"},"type":"module","main":"dist/index.cjs","module":"dist/index.mjs","exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.mjs"},"require":{"default":"./dist/index.cjs"}}},"peerDependencies":{"postcss":"^8.4"},"scripts":{},"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-position-area-property#readme","repository":{"type":"git","url":"git+https://github.com/csstools/postcss-plugins.git","directory":"plugins/postcss-position-area-property"},"bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"keywords":["postcss-plugin"],"gitHead":"3018b51ecd40556a993d538f2259e7819f811ada","types":"./dist/index.d.ts","_id":"@csstools/postcss-position-area-property@1.0.0","_nodeVersion":"25.1.0","_npmVersion":"11.6.2","dist":{"shasum":"41f0cbc737a81a42890d5ec035fa26a45f4f4ad4","size":2158,"noattachment":false,"key":"/@csstools/postcss-position-area-property/-/@csstools/postcss-position-area-property-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@csstools/postcss-position-area-property/download/@csstools/postcss-position-area-property-1.0.0.tgz"},"_npmUser":{"name":"romainmenke","email":"romainmenke@gmail.com"},"directories":{},"maintainers":[{"name":"alaguna","email":"a.laguna@funcion13.com"},{"name":"jonathantneal","email":"jonathantneal@hotmail.com"},{"name":"romainmenke","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/postcss-position-area-property_1.0.0_1764792685687_0.6733455989272079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-03T20:11:25.922Z","publish_time":1764792685922,"_source_registry_name":"default","_cnpm_publish_time":1764792685922}},"readme":"# PostCSS Position Area Property [<img src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS Logo\" width=\"90\" height=\"90\" align=\"right\">][PostCSS]\n\n`npm install @csstools/postcss-position-area-property --save-dev`\n\n[PostCSS Position Area Property] lets you fallback `position-area` to the alternate name `inset-area` following the [CSS Specification].\n\n```css\n.foo {\n\tposition-area: start;\n}\n\n/* becomes */\n\n.foo {\n\tinset-area: start;\n\tposition-area: start;\n}\n```\n\n## Usage\n\nAdd [PostCSS Position Area Property] to your project:\n\n```bash\nnpm install postcss @csstools/postcss-position-area-property --save-dev\n```\n\nUse it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssPositionAreaProperty = require('@csstools/postcss-position-area-property');\n\npostcss([\n\tpostcssPositionAreaProperty(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n\n\n[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test\n[css-url]: https://cssdb.org/#position-area-property\n[discord]: https://discord.gg/bUadyRwkJS\n[npm-url]: https://www.npmjs.com/package/@csstools/postcss-position-area-property\n\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS Position Area Property]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-position-area-property\n[CSS Specification]: https://drafts.csswg.org/css-anchor-position/#position-area\n","_attachments":{},"homepage":"https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-position-area-property#readme","bugs":{"url":"https://github.com/csstools/postcss-plugins/issues"},"license":"MIT-0"}