{"id":29925254,"url":"https://github.com/sassy/postcss-momocss","last_synced_at":"2026-01-20T16:51:11.145Z","repository":{"id":40831374,"uuid":"41866542","full_name":"sassy/postcss-momocss","owner":"sassy","description":"The name of Momoiro Clover Z members are representing the color.","archived":false,"fork":false,"pushed_at":"2025-06-01T22:25:26.000Z","size":99,"stargazers_count":0,"open_issues_count":26,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T08:53:59.864Z","etag":null,"topics":["momoclo","momoiro-clover","momoiro-clover-z","postcss"],"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/sassy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-MIT","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,"zenodo":null}},"created_at":"2015-09-03T15:10:00.000Z","updated_at":"2020-07-21T02:00:49.000Z","dependencies_parsed_at":"2024-01-25T08:44:13.446Z","dependency_job_id":"bb2cbee4-012d-496a-a108-bd6288a87c57","html_url":"https://github.com/sassy/postcss-momocss","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"55a8afecc35a56ddee2d13b1872c4bf8ca887e11"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sassy/postcss-momocss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassy%2Fpostcss-momocss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassy%2Fpostcss-momocss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassy%2Fpostcss-momocss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassy%2Fpostcss-momocss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sassy","download_url":"https://codeload.github.com/sassy/postcss-momocss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sassy%2Fpostcss-momocss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268379281,"owners_count":24240996,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["momoclo","momoiro-clover","momoiro-clover-z","postcss"],"created_at":"2025-08-02T11:36:22.952Z","updated_at":"2026-01-20T16:51:11.093Z","avatar_url":"https://github.com/sassy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [postcss][postcss]-momocss\n[![Build Status](https://travis-ci.org/sassy/postcss-momocss.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/postcss-momocss.svg)][npm] [![Dependency Status](https://gemnasium.com/sassy/postcss-momocss.svg)][deps]\n\n\u003e Transform CSS with PostCSS.\n\nThe name of Momoiro Clover Z members are representing the color.\nfollowing:\n\n\u003ctable\u003e\n\u003ctr\u003e\n    \u003cth\u003emember\u003c/th\u003e\u003cth\u003evalue\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003ekanako\u003c/td\u003e\u003ctd\u003ered\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003eshiori\u003c/td\u003e\u003ctd\u003eyellow\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003eayaka\u003c/td\u003e\u003ctd\u003epink\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003ereni\u003c/td\u003e\u003ctd\u003epurple\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## Install\n\nWith [npm](https://npmjs.org/package/postcss-momocss) do:\n\n```\nnpm install postcss-momocss --save\n```\n\n## Example\n\n### Input\n\n```css\nh1 {\n    color: kanako;\n}\n```\n\n### Output\n\n```css\nh1{color:red}\n```\n\n\u003c!--\n## API\n\n### momocss([options])\n\n#### options\n\n##### foo\n\nType: `boolean`\nDefault: `true`\n\nDescription of what it does. An example:\n\n```js\nvar css = 'h1 { color: red }';\nconsole.log(postcss([ require('postcss-momocss')({foo: true}) ]).process(css).css);\n\n// =\u003e 'h1{color:red}'\n```--\u003e\n\n## Usage\n\nSee the [PostCSS documentation](https://github.com/postcss/postcss#usage) for\nexamples for your environment.\n\n## Contributing\n\nPull requests are welcome. If you add functionality, then please add unit tests\nto cover it.\n\n## License\n\nMIT © [Satoshi Watanabe](https://github.com/sassy/momocss)\n\n[ci]:      https://travis-ci.org/sassy/postcss-momocss\n[deps]:    https://gemnasium.com/sassy/postcss-momocss\n[npm]:     http://badge.fury.io/js/postcss-momocss\n[postcss]: https://github.com/postcss/postcss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsassy%2Fpostcss-momocss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsassy%2Fpostcss-momocss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsassy%2Fpostcss-momocss/lists"}