{"id":14976426,"url":"https://github.com/beckan/csscomb-webpack-plugin","last_synced_at":"2025-10-27T20:31:08.917Z","repository":{"id":144082928,"uuid":"132473501","full_name":"beckan/csscomb-webpack-plugin","owner":"beckan","description":"A Webpack plugin to let CSSComb process CSS source files.","archived":false,"fork":false,"pushed_at":"2018-06-11T10:19:19.000Z","size":198,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T08:55:45.319Z","etag":null,"topics":["csscomb","webpack","webpack-plugin","webpack3","webpack4"],"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/beckan.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":"2018-05-07T14:35:58.000Z","updated_at":"2020-07-14T05:58:23.000Z","dependencies_parsed_at":"2023-05-26T06:30:41.125Z","dependency_job_id":null,"html_url":"https://github.com/beckan/csscomb-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fcsscomb-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fcsscomb-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fcsscomb-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beckan%2Fcsscomb-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beckan","download_url":"https://codeload.github.com/beckan/csscomb-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238553054,"owners_count":19491367,"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":["csscomb","webpack","webpack-plugin","webpack3","webpack4"],"created_at":"2024-09-24T13:53:52.091Z","updated_at":"2025-10-27T20:31:08.589Z","avatar_url":"https://github.com/beckan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csscomb-webpack-plugin\n\nA CSSComb plugin for webpack\n\n## Requirements\n\nThis module requires a minimum of Node v6.9.0 and it's compatible with both Webpack 3 and 4.\n\n## Getting Started\n\nTo begin, you'll need to install `csscomb-webpack-plugin`:\n\n```console\n$ npm install csscomb-webpack-plugin --save-dev\n```\n\nThen add the plugin to your `webpack` config. For example:\n\n```js\n// webpack.config.js\nconst CSSCombPlugin = require('csscomb-webpack-plugin');\n\nmodule.exports = {\n  // ...\n  plugins: [\n    new CSSCombPlugin(options),\n  ],\n  // ...\n}\n```\n\nAnd run `webpack` via your preferred method.\n\n## Options\n\n### `configFile`\n\nType: `String`\nDefault: `./.csscomb`\n\nSpecify the config file location to be used by `CSSComb`.\n\n_Note: If no config was found, it will load CSSComb standard config_\n\n### `files`\n\nType: `String|Array[String]`\nDefault: `'**/*.s?(a|c)ss'`\n\nSpecify the glob pattern for finding files.\n\n### `displayErrors`\n\nType: `Boolean`\nDefault: `true`\n\nShow CSSComb error messages.\n\n## License\n\n#### [MIT](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeckan%2Fcsscomb-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeckan%2Fcsscomb-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeckan%2Fcsscomb-webpack-plugin/lists"}