{"id":19987586,"url":"https://github.com/css-doodle/postcss-doodle","last_synced_at":"2025-05-04T08:31:30.284Z","repository":{"id":65174391,"uuid":"585341719","full_name":"css-doodle/postcss-doodle","owner":"css-doodle","description":"PostCSS plugin that enables the use of css-doodle generators","archived":false,"fork":false,"pushed_at":"2023-11-29T01:06:11.000Z","size":19,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T09:05:21.761Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/css-doodle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"open_collective":"css-doodle"}},"created_at":"2023-01-04T23:31:32.000Z","updated_at":"2024-05-05T13:03:02.000Z","dependencies_parsed_at":"2023-11-29T02:25:08.882Z","dependency_job_id":"50504ddf-93a4-46cc-b289-81dd4175b714","html_url":"https://github.com/css-doodle/postcss-doodle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/css-doodle%2Fpostcss-doodle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/css-doodle%2Fpostcss-doodle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/css-doodle%2Fpostcss-doodle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/css-doodle%2Fpostcss-doodle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/css-doodle","download_url":"https://codeload.github.com/css-doodle/postcss-doodle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252307996,"owners_count":21727106,"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":[],"created_at":"2024-11-13T04:37:12.232Z","updated_at":"2025-05-04T08:31:26.631Z","avatar_url":"https://github.com/css-doodle.png","language":"JavaScript","funding_links":["https://opencollective.com/css-doodle"],"categories":[],"sub_categories":[],"readme":"# postcss-doodle\n\n![Build Status](https://github.com/css-doodle/postcss-doodle/actions/workflows/ci.yml/badge.svg)\n![License](https://img.shields.io/github/license/mashape/apistatus.svg)\n\n[PostCSS] plugin that enables the use of css-doodle generators.\n\n[PostCSS]: https://github.com/postcss/postcss\n[css-doodle]: https://github.com/css-doodle\n[@shape]: https://yuanchuan.dev/polygon-shapes\n[@svg]: https://yuanchuan.dev/experimenting-a-new-syntax-to-write-svg\n\n\n## Installation\n\n```bash\nnpm i -D postcss-doodle\n```\n\n## Usage\n\n```js\npostcss([\n  require('postcss-doodle')\n])\n```\n\n\n## Supported generators\n\n### [@svg]\n\n```css\nbackground: @svg(\n  viewBox: -5 -5 10 10;\n  circle {\n    r: 5;\n    fill: deeppink;\n  }\n)\n```\n\n### [@shape]\n\n```css\nclip-path: @shape(\n  points: 5;\n  turn: 2;\n)\n```\n\n## TODO\n\n* @doodle\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcss-doodle%2Fpostcss-doodle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcss-doodle%2Fpostcss-doodle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcss-doodle%2Fpostcss-doodle/lists"}