{"id":20348859,"url":"https://github.com/zgreen/postcss-autoextend","last_synced_at":"2026-05-14T07:32:50.647Z","repository":{"id":57327791,"uuid":"42838164","full_name":"zgreen/postcss-autoextend","owner":"zgreen","description":"Hashed placeholders to automatically extend styles","archived":false,"fork":false,"pushed_at":"2015-11-08T05:43:45.000Z","size":101,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-20T04:55:05.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zgreen.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-21T01:56:36.000Z","updated_at":"2015-09-21T14:23:08.000Z","dependencies_parsed_at":"2022-09-17T13:51:03.590Z","dependency_job_id":null,"html_url":"https://github.com/zgreen/postcss-autoextend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zgreen/postcss-autoextend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgreen%2Fpostcss-autoextend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgreen%2Fpostcss-autoextend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgreen%2Fpostcss-autoextend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgreen%2Fpostcss-autoextend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zgreen","download_url":"https://codeload.github.com/zgreen/postcss-autoextend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zgreen%2Fpostcss-autoextend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33015248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T22:22:45.062Z","updated_at":"2026-05-14T07:32:50.605Z","avatar_url":"https://github.com/zgreen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS Autoextend\n\nUse `@autoextend` to automatically extend styles.\n\n```css\n/* Input example */\n.first-test {\n  @autoextend {\n    float: left;\n    width: 50%;\n    margin-right: 20px;\n  }\n}\n\n.first-test-again {\n  @autoextend {\n    float: left;\n    width: 50%;\n    margin-right: 20px;\n  }\n}\n\n.second-test {\n  @autoextend {\n    color: red;\n    font-size: 1em;\n  }\n}\n\n.second-test-again {\n  @autoextend {\n    color: red;\n    font-size: 1em;\n  }\n}\n\n.mixed-test {\n  @autoextend {\n    float: left;\n    width: 50%;\n    margin-right: 20px;\n  }\n  @autoextend {\n    color: red;\n    font-size: 1em;\n  }\n}\n```\n```css\n/* Output example */\n.second-test, .second-test-again, .mixed-test {\n  color: red;\n  font-size: 1em;\n}\n\n.first-test, .first-test-again, .mixed-test {\n  float: left;\n  margin-right: 20px;\n  width: 50%;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgreen%2Fpostcss-autoextend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzgreen%2Fpostcss-autoextend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzgreen%2Fpostcss-autoextend/lists"}