{"id":21606266,"url":"https://github.com/zaydek/prose","last_synced_at":"2026-01-31T09:02:36.817Z","repository":{"id":91627656,"uuid":"307879262","full_name":"zaydek/prose","owner":"zaydek","description":"Stylesheet for prose","archived":false,"fork":false,"pushed_at":"2020-11-20T01:12:18.000Z","size":85,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T19:43:16.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codepen.io/zaydek/pen/ZEORRdm","language":"SCSS","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/zaydek.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-10-28T01:56:05.000Z","updated_at":"2020-11-20T01:11:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a65b253-9d1e-4e68-8170-65968eba224e","html_url":"https://github.com/zaydek/prose","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/zaydek/prose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaydek%2Fprose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaydek%2Fprose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaydek%2Fprose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaydek%2Fprose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaydek","download_url":"https://codeload.github.com/zaydek/prose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaydek%2Fprose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28936100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-24T20:20:06.404Z","updated_at":"2026-01-31T09:02:36.803Z","avatar_url":"https://github.com/zaydek.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @zaydek/prose\n\nProse is a stylesheet for prose. Contributions are welcome as issues and or pull requests.\n\nTo get started, simply run this command:\n\n```bash\nyarn add @zaydek/prose\n# or npm i @zaydek/prose\n```\n\n**Usage:**\n\n\u003c!-- prettier-ignore --\u003e\n```tsx\nimport \"@zaydek/prose/dist/reset.css\"\nimport \"@zaydek/prose\"\n\nfunction Component() {\n\treturn (\n\t\t\u003carticle className=\"prose\"\u003e\n\t\t\t\u003ch1 id=\"hello-world\"\u003e\u003ca href=\"#hello-world\"\u003eHello, world!\u003c/a\u003e\u003c/h1\u003e\n\t\t\t\u003cp\u003eThanks for trying \u003ccode\u003eprose\u003c/code\u003e!\u003c/p\u003e\n\t\t\u003c/article\u003e\n\t)\n}\n```\n\n**Usage: (CDN)**\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\t\u003chead\u003e\n\t\t\u003cmeta charset=\"UTF-8\" /\u003e\n\t\t\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /\u003e\n\t\t\u003ctitle\u003eHello, world!\u003c/title\u003e\n\t\t\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/@zaydek/prose/dist/reset.css\" /\u003e\n\t\t\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/@zaydek/prose/dist/index.css\" /\u003e\n\t\u003c/head\u003e\n\t\u003cbody\u003e\n\t\t\u003carticle class=\"prose\"\u003e\n\t\t\t\u003ch1 id=\"hello-world\"\u003e\u003ca href=\"#hello-world\"\u003eHello, world!\u003c/a\u003e\u003c/h1\u003e\n\t\t\t\u003cp\u003eThanks for trying \u003ccode\u003eprose\u003c/code\u003e!\u003c/p\u003e\n\t\t\u003c/article\u003e\n\t\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Supported HTML\n\nProse currently supports:\n\n- [x] `\u003ch1-h6\u003e`\n- [x] `\u003cp\u003e`\n- [x] `\u003cpre\u003e`\n- [x] `\u003cul\u003e`\n- [x] `\u003col\u003e`\n- [x] `\u003cem\u003e`\n- [x] `\u003cstrong\u003e`\n- [x] `\u003ccode\u003e`\n- [x] `\u003ca\u003e`\n- [x] `\u003csmall\u003e`\n\n**Note:** Prose does not bundle a CSS reset. I recommend [normalize.css](https://github.com/necolas/normalize.css) or [modern-normalize.css](https://github.com/sindresorhus/modern-normalize).\n\n## License\n\nLicensed as [MIT](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaydek%2Fprose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaydek%2Fprose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaydek%2Fprose/lists"}