{"id":46310345,"url":"https://github.com/izquiratops/esbuild-postcss","last_synced_at":"2026-03-04T13:05:45.036Z","repository":{"id":57119780,"uuid":"466692072","full_name":"izquiratops/esbuild-postcss","owner":"izquiratops","description":"Use ESbuild with PostCSS 🎨","archived":false,"fork":false,"pushed_at":"2022-03-07T12:03:47.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T21:24:29.257Z","etag":null,"topics":["esbuild","postcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/izquiratops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-06T09:32:03.000Z","updated_at":"2023-03-07T09:52:58.000Z","dependencies_parsed_at":"2022-08-23T19:30:45.530Z","dependency_job_id":null,"html_url":"https://github.com/izquiratops/esbuild-postcss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/izquiratops/esbuild-postcss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izquiratops%2Fesbuild-postcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izquiratops%2Fesbuild-postcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izquiratops%2Fesbuild-postcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izquiratops%2Fesbuild-postcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izquiratops","download_url":"https://codeload.github.com/izquiratops/esbuild-postcss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izquiratops%2Fesbuild-postcss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T12:28:08.313Z","status":"ssl_error","status_checked_at":"2026-03-04T12:27:28.210Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","postcss"],"created_at":"2026-03-04T13:05:39.944Z","updated_at":"2026-03-04T13:05:45.029Z","avatar_url":"https://github.com/izquiratops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESBuild + PostCSS 🖌\n\nMade this repo to learn more about ESBuild. With this plugin I can use PostCSS on my personal projects.\n\n## How to use\n\nOnce you got `esbuild` and `postcss` install the package:\n\n`npm i @izquiratops/esbuild-postcss`\n\nA build script can be written like this:\n\n```\nconst postCssPlugin = require(\"@izquiratops/esbuild-postcss\");\n\nbuild({\n\tentryPoints: ['src/index.ts'],\n\toutdir: 'dist',\n\tbundle: true,\n\tplugins: [\n\t  postCssPlugin.default({\n\t\tplugins: [autoprefixer]\n\t  })\n\t]\n  })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizquiratops%2Fesbuild-postcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizquiratops%2Fesbuild-postcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizquiratops%2Fesbuild-postcss/lists"}