{"id":16791772,"url":"https://github.com/huyng12/matocss","last_synced_at":"2026-05-11T05:41:10.843Z","repository":{"id":206812239,"uuid":"532214874","full_name":"huyng12/matocss","owner":"huyng12","description":"(Experimenting) Transform CSS Modules to enable Atomic CSS benefits 🌱","archived":false,"fork":false,"pushed_at":"2022-09-06T06:50:58.000Z","size":1174,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T18:11:56.259Z","etag":null,"topics":["atomic-css","css-modules","webpack"],"latest_commit_sha":null,"homepage":"","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/huyng12.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}},"created_at":"2022-09-03T09:32:33.000Z","updated_at":"2024-05-14T17:56:51.000Z","dependencies_parsed_at":"2023-11-12T14:56:45.540Z","dependency_job_id":null,"html_url":"https://github.com/huyng12/matocss","commit_stats":null,"previous_names":["huyng12/matocss"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huyng12%2Fmatocss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huyng12%2Fmatocss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huyng12%2Fmatocss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huyng12%2Fmatocss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huyng12","download_url":"https://codeload.github.com/huyng12/matocss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312093,"owners_count":20918344,"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":["atomic-css","css-modules","webpack"],"created_at":"2024-10-13T08:35:48.137Z","updated_at":"2026-05-11T05:41:05.815Z","avatar_url":"https://github.com/huyng12.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MatoCSS\n\nTransform CSS Modules to enable Atomic CSS benefits\n\n_Please note that it is still experimenting. I do not recommend using this in production._\n\n![](./images/comparison.png)\n\n## Usage\n\nMatoCSS only supports Webpack now.\n\n### Webpack\n\nYou need to install our loader first.\n\n```\nnpm install @matocss/webpack\n```\n\nUpdate `webpack.config.js` to add our loader for CSS Modules files.\n\nMake sure you put the loader in the last to work.\n\nSee the example [here](./examples/create-react-app/config/webpack.config.js#L507-L527).\n\n```javascript\n{\n  test: cssModuleRegex,\n  use: [\n    // ... another loaders\n    { loader: \"@matocss/webpack\" },\n  ],\n},\n```\n\n## License\n\n[MIT](./LICENSE) License © 2022-Present [Huy Nguyen](https://github.com/huyng12)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuyng12%2Fmatocss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuyng12%2Fmatocss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuyng12%2Fmatocss/lists"}