{"id":13343894,"url":"https://github.com/jshmrtn/jmcss","last_synced_at":"2026-05-16T20:32:51.058Z","repository":{"id":78617272,"uuid":"180432604","full_name":"jshmrtn/jmcss","owner":"jshmrtn","description":"Opinionated Zeplin Style Guide Exporter","archived":false,"fork":false,"pushed_at":"2021-09-24T14:50:18.000Z","size":3175,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-27T15:59:41.263Z","etag":null,"topics":["scss","styleguide","zeplin","zeplin-extension"],"latest_commit_sha":null,"homepage":"https://zeplin.joshmartin.rocks/manifest.json","language":"TypeScript","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/jshmrtn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-04-09T19:06:32.000Z","updated_at":"2021-09-24T14:50:21.000Z","dependencies_parsed_at":"2023-06-26T02:08:26.455Z","dependency_job_id":null,"html_url":"https://github.com/jshmrtn/jmcss","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/jshmrtn/jmcss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshmrtn%2Fjmcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshmrtn%2Fjmcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshmrtn%2Fjmcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshmrtn%2Fjmcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jshmrtn","download_url":"https://codeload.github.com/jshmrtn/jmcss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshmrtn%2Fjmcss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33117829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: 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":["scss","styleguide","zeplin","zeplin-extension"],"created_at":"2024-07-29T19:32:05.143Z","updated_at":"2026-05-16T20:32:51.040Z","avatar_url":"https://github.com/jshmrtn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JMCSS\n\n[Zeplin](https://zeplin.io) extension that generates an opinionated styleguide from shared styles and colors.\n\n## Getting started\n\nAdd the extension to your project via the manifest URL `https://zeplin.joshmartin.rocks/manifest.json`.\n\n## Output\n\n\u003cdetails\u003e\n  \u003csummary\u003e\n    Example Output\n  \u003c/summary\u003e\n\n```scss\n/* Color palette */\n\n$black: rgb(0, 0, 0);\n$mustard: rgb(213, 169, 0);\n$grey-one: rgb(141, 141, 141);\n\n/* Text styles */\n\n%body-one {\n  color: $black;\n  font-family: MuseoSans;\n  font-size: 16px;\n  font-stretch: normal;\n  font-style: normal;\n  font-weight: 500;\n  letter-spacing: 0.025;\n  line-height: 1.313;\n  text-transform: none;\n  text-align: left;\n\n  @include media-breakpoint-up(xl) {\n    font-size: 18px;\n    line-height: 1.389;\n  }\n}\n\n%label-one {\n  font-family: MuseoSans;\n  font-size: 14px;\n  font-stretch: normal;\n  font-style: normal;\n  font-weight: 500;\n  letter-spacing: 0.036;\n  color: initial;\n  text-transform: none;\n  text-align: left;\n}\n\n%label-one-grey-one {\n  @extend %label-one;\n  color: $grey-one;\n}\n\n%title-one {\n  color: $black;\n  font-family: MuseoSlab;\n  font-size: 26px;\n  font-stretch: normal;\n  font-style: normal;\n  font-weight: 700;\n  line-height: 1.154;\n  text-transform: none;\n  text-align: left;\n\n  @include media-breakpoint-up(xl) {\n    font-size: 38px;\n    line-height: 1.105;\n  }\n\n  @include media-breakpoint-up(sm) {\n    font-size: 30px;\n    line-height: 1;\n    color: initial;\n  }\n}\n\n%title-one-green {\n  @extend %title-one;\n  color: rgba(0, 159, 50, 1);\n}\n\n%title-two {\n  color: $black;\n  font-family: MuseoSlab;\n  font-size: 15px;\n  font-stretch: normal;\n  font-style: normal;\n  font-weight: 700;\n  letter-spacing: 0.033;\n  line-height: 0.933;\n  text-transform: none;\n  text-align: left;\n}\n\n%title-two-uppercase {\n  @extend %title-two;\n  text-transform: uppercase;\n}\n```\n\n\u003c/details\u003e\n\n## Development\n\nThis extension is developed using [zem](https://github.com/zeplin/zem), Zeplin Extension Manager. zem is a command line tool that lets you quickly create, test and publish extensions.\n\nTo learn more about creating Zeplin extensions, [see documentation](https://github.com/zeplin/zeplin-extension-documentation).\n\n## Deployment\n\n```bash\nnpm run build\nnpm run deploy\nnow ln --scope joshmartin YOUR_NEW_DEPLOYMENT_DOMAIN https://zeplin.joshmartin.rocks\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjshmrtn%2Fjmcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjshmrtn%2Fjmcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjshmrtn%2Fjmcss/lists"}