{"id":16696573,"url":"https://github.com/karolis-sh/esbuild-postcss","last_synced_at":"2025-03-21T19:31:26.060Z","repository":{"id":48688912,"uuid":"384561121","full_name":"karolis-sh/esbuild-postcss","owner":"karolis-sh","description":"esbuild plugin for PostCSS support","archived":false,"fork":false,"pushed_at":"2023-01-22T17:04:22.000Z","size":832,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T18:48:34.351Z","etag":null,"topics":["esbuild","esbuild-plugin","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/karolis-sh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-09T22:10:17.000Z","updated_at":"2024-11-01T04:42:16.000Z","dependencies_parsed_at":"2023-02-12T17:16:17.391Z","dependency_job_id":null,"html_url":"https://github.com/karolis-sh/esbuild-postcss","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":"karolis-sh/template-javascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolis-sh%2Fesbuild-postcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolis-sh%2Fesbuild-postcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolis-sh%2Fesbuild-postcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolis-sh%2Fesbuild-postcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karolis-sh","download_url":"https://codeload.github.com/karolis-sh/esbuild-postcss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244153550,"owners_count":20407002,"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":["esbuild","esbuild-plugin","postcss"],"created_at":"2024-10-12T17:44:08.839Z","updated_at":"2025-03-21T19:31:25.735Z","avatar_url":"https://github.com/karolis-sh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esbuild-postcss\n\n[![npm version][package-version-badge]][package-version]\n[![Node.js CI](https://github.com/karolis-sh/esbuild-postcss/actions/workflows/node.js.yml/badge.svg)](https://github.com/karolis-sh/esbuild-postcss/actions/workflows/node.js.yml)\n[![License: MIT](https://img.shields.io/badge/license-mit-yellow.svg)](https://opensource.org/licenses/MIT)\n\nSeamless integration between [esbuild](https://esbuild.github.io/)\nand [PostCSS](https://github.com/postcss/postcss).\n\n## Installation\n\n```bash\nnpm i postcss esbuild-postcss -D\n```\n\nor\n\n```bash\nyarn add postcss esbuild-postcss --dev\n```\n\n## Usage\n\n```js\nconst esbuild = require('esbuild');\nconst postcss = require('esbuild-postcss');\n\nesbuild\n  .build({\n    entryPoints: ['style.css'],\n    bundle: true,\n    outdir: 'build',\n    plugins: [postcss()],\n  })\n  .catch(() =\u003e process.exit(1));\n```\n\n## Options\n\n### extensions\n\nType: `string[]`\u003cbr\u003e\nDefault: `['.css']`\n\nThis plugin will process files ending with these extensions.\n\n[package-version-badge]: https://badge.fury.io/js/esbuild-postcss.svg\n[package-version]: https://www.npmjs.com/package/esbuild-postcss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolis-sh%2Fesbuild-postcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarolis-sh%2Fesbuild-postcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolis-sh%2Fesbuild-postcss/lists"}