{"id":16346551,"url":"https://github.com/madeleineostoja/postcss-position","last_synced_at":"2025-03-20T23:32:47.495Z","repository":{"id":33785944,"uuid":"37460657","full_name":"madeleineostoja/postcss-position","owner":"madeleineostoja","description":"PostCSS plugin that adds shorthand declarations for position attributes","archived":false,"fork":false,"pushed_at":"2023-02-28T06:57:52.000Z","size":172,"stargazers_count":24,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T19:45:43.095Z","etag":null,"topics":["css","positioning","postcss","postcss-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madeleineostoja.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-15T11:18:56.000Z","updated_at":"2025-02-27T14:21:37.000Z","dependencies_parsed_at":"2024-06-18T18:23:46.981Z","dependency_job_id":"c782cfb9-45cb-4101-86a6-789ed97b1a7c","html_url":"https://github.com/madeleineostoja/postcss-position","commit_stats":{"total_commits":40,"total_committers":6,"mean_commits":6.666666666666667,"dds":"0.30000000000000004","last_synced_commit":"bdd8fce3ef3f851c3bc327e9d9368e2edff49393"},"previous_names":["seaneking/postcss-position"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-position","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-position/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-position/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-position/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeleineostoja","download_url":"https://codeload.github.com/madeleineostoja/postcss-position/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244711713,"owners_count":20497415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","positioning","postcss","postcss-plugin"],"created_at":"2024-10-11T00:35:37.021Z","updated_at":"2025-03-20T23:32:47.195Z","avatar_url":"https://github.com/madeleineostoja.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS Position\n[![NPM version][npm-badge]][npm-url] [![Downloads][downloads-badge]][npm-url] [![Build Status][travis-badge]][travis-url]\n\n[PostCSS][PostCSS] plugin that adds shorthand attributes to position declarations.\n\n_Part of [Rucksack - CSS Superpowers](http://simplaio.github.io/rucksack)_\n\n**Input**\n\n```css\n.foo {\n  position: absolute 10px 0;\n}\n\n.bar {\n  position: fixed 0;\n}\n\n.baz {\n  position: relative 30% auto 0;\n}\n\n.fab {\n  position: absolute 10px 0 20px 30px;\n}\n```\n\n**Output**\n\n```css\n.foo {\n  position: absolute;\n  top: 10px;\n  right: 0;\n  bottom: 10px;\n  left: 0;\n}\n\n.bar {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n}\n\n.baz {\n  position: relative;\n  top: 30%;\n  right: auto;\n  bottom: 0;\n  left: auto;\n}\n\n.fab {\n  position: absolute;\n  top: 10px;\n  right: 0;\n  bottom: 20px;\n  left: 30px;\n}\n```\n\n\n## Usage\n\n```js\npostcss([ require('postcss-position') ])\n```\n\nSee [PostCSS][PostCSS] docs for examples for your environment.\n\n***\n\nMIT © [Sean King](https://twitter.com/seaneking)\n\n[npm-badge]: https://badge.fury.io/js/postcss-position.svg\n[npm-url]: https://npmjs.org/package/postcss-position\n[downloads-badge]: https://img.shields.io/npm/dm/postcss-position.svg\n[travis-badge]: https://travis-ci.org/seaneking/postcss-position.svg?branch=master\n[travis-url]: https://travis-ci.org/seaneking/postcss-position\n[PostCSS]: https://github.com/postcss/postcss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeleineostoja%2Fpostcss-position","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeleineostoja%2Fpostcss-position","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeleineostoja%2Fpostcss-position/lists"}