{"id":16736310,"url":"https://github.com/kagawagao/css-modules-typings-loader","last_synced_at":"2025-03-21T21:31:44.334Z","repository":{"id":57133341,"uuid":"285467388","full_name":"kagawagao/css-modules-typings-loader","owner":"kagawagao","description":"css modules typings loader for webpack, compatible with css-loader v4","archived":false,"fork":false,"pushed_at":"2024-05-21T02:50:23.000Z","size":1899,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T05:34:24.628Z","etag":null,"topics":["css","css-modules","loader","typescript","typings","webpack-loader"],"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/kagawagao.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-08-06T03:50:30.000Z","updated_at":"2024-05-21T02:50:26.000Z","dependencies_parsed_at":"2024-05-21T03:41:42.325Z","dependency_job_id":null,"html_url":"https://github.com/kagawagao/css-modules-typings-loader","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagawagao%2Fcss-modules-typings-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagawagao%2Fcss-modules-typings-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagawagao%2Fcss-modules-typings-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kagawagao%2Fcss-modules-typings-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kagawagao","download_url":"https://codeload.github.com/kagawagao/css-modules-typings-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244874340,"owners_count":20524577,"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":["css","css-modules","loader","typescript","typings","webpack-loader"],"created_at":"2024-10-13T00:09:00.620Z","updated_at":"2025-03-21T21:31:43.870Z","avatar_url":"https://github.com/kagawagao.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# css-modules-typings-loader\n\n\u003e css modules typings loader for webpack, compatible with [`css-loader`](https://github.com/webpack-contrib/css-loader) `v4`\n\n[![build](https://github.com/kagawagao/css-modules-typings-loader/workflows/build/badge.svg)](https://github.com/kagawagao/css-modules-typings-loader/actions?query=workflow%3Abuild)\n[![npm](https://img.shields.io/npm/v/@opd/css-modules-typings-loader.svg)](https://www.npmjs.com/package/@opd/css-modules-typings-loader)\n[![npm](https://img.shields.io/npm/l/@opd/css-modules-typings-loader.svg)](https://www.npmjs.com/package/@opd/css-modules-typings-loader)\n[![codecov](https://codecov.io/gh/kagawagao/css-modules-typings-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/kagawagao/css-modules-typings-loader)\n\n## Install\n\n```bash\nnpm i @opd/css-modules-typings-loader --save--dev\n```\n\n## Usage\n\n```js\n// webpack config\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.css$/,\n        use: [\n          {\n            loader: '@opd/css-modules-typings-loader',\n          },\n          {\n            loader: 'css-loader',\n            options,\n          },\n        ],\n      },\n    ],\n  },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkagawagao%2Fcss-modules-typings-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkagawagao%2Fcss-modules-typings-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkagawagao%2Fcss-modules-typings-loader/lists"}