{"id":15462847,"url":"https://github.com/katochimoto/less-plugin-css-modules","last_synced_at":"2026-04-14T23:31:14.278Z","repository":{"id":143885669,"uuid":"78772813","full_name":"Katochimoto/less-plugin-css-modules","owner":"Katochimoto","description":"A less plugin for css modules","archived":false,"fork":false,"pushed_at":"2017-01-15T12:35:03.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T11:35:47.365Z","etag":null,"topics":["css-modules","less","less-plugin"],"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/Katochimoto.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":"2017-01-12T18:07:25.000Z","updated_at":"2017-02-01T08:01:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"7554c0a2-cd3f-4d1a-89ca-cca214ad6500","html_url":"https://github.com/Katochimoto/less-plugin-css-modules","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katochimoto%2Fless-plugin-css-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katochimoto%2Fless-plugin-css-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katochimoto%2Fless-plugin-css-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katochimoto%2Fless-plugin-css-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Katochimoto","download_url":"https://codeload.github.com/Katochimoto/less-plugin-css-modules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017727,"owners_count":20710242,"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-modules","less","less-plugin"],"created_at":"2024-10-02T00:05:19.459Z","updated_at":"2026-04-14T23:31:13.688Z","avatar_url":"https://github.com/Katochimoto.png","language":"JavaScript","readme":"# less-plugin-css-modules\nA less plugin for css modules.\n\n[![Build Status][build]][build-link] [![NPM version][version]][version-link] [![Dependency Status][dependency]][dependency-link] [![devDependency Status][dev-dependency]][dev-dependency-link]\n\n```js\n// rollup.config.js\nimport RollupPluginLess2 from 'rollup-plugin-less2';\nimport LessPluginCssModules from 'less-plugin-css-modules';\n\n// ...\n\nexport default {\n  // ...\n  plugins: [\n    RollupPluginLess2({\n      output: false,\n      cssModules: true,\n      options: {\n        plugins: [\n          new LessPluginCssModules({\n            mode: 'local',\n            hashPrefix: 'test',\n            generateScopedName: '[local]___[hash:base64:5]'\n          })\n        ]\n      }\n    })\n  ]\n};\n```\n\n[build]: https://travis-ci.org/Katochimoto/less-plugin-css-modules.svg?branch=master\n[build-link]: https://travis-ci.org/Katochimoto/less-plugin-css-modules\n[version]: https://badge.fury.io/js/less-plugin-css-modules.svg\n[version-link]: http://badge.fury.io/js/less-plugin-css-modules\n[dependency]: https://david-dm.org/Katochimoto/less-plugin-css-modules.svg\n[dependency-link]: https://david-dm.org/Katochimoto/less-plugin-css-modules\n[dev-dependency]: https://david-dm.org/Katochimoto/less-plugin-css-modules/dev-status.svg\n[dev-dependency-link]: https://david-dm.org/Katochimoto/less-plugin-css-modules#info=devDependencies\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatochimoto%2Fless-plugin-css-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatochimoto%2Fless-plugin-css-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatochimoto%2Fless-plugin-css-modules/lists"}