{"id":22748398,"url":"https://github.com/plxity/esbuild-cross-browser-css","last_synced_at":"2025-07-19T20:40:28.248Z","repository":{"id":57227328,"uuid":"417722526","full_name":"plxity/esbuild-cross-browser-css","owner":"plxity","description":"An ESBuild plugin to make CSS compatible for all browsers. ","archived":false,"fork":false,"pushed_at":"2021-10-17T17:46:23.000Z","size":4,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T12:05:25.628Z","etag":null,"topics":["css","esbuild","esbuild-loader","vendor-prefix"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/esbuild-plugin-cross-browser-css","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/plxity.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":"2021-10-16T05:05:12.000Z","updated_at":"2024-04-02T17:41:15.000Z","dependencies_parsed_at":"2022-08-25T12:22:10.914Z","dependency_job_id":null,"html_url":"https://github.com/plxity/esbuild-cross-browser-css","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plxity%2Fesbuild-cross-browser-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plxity%2Fesbuild-cross-browser-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plxity%2Fesbuild-cross-browser-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plxity%2Fesbuild-cross-browser-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plxity","download_url":"https://codeload.github.com/plxity/esbuild-cross-browser-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877984,"owners_count":21176243,"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","esbuild","esbuild-loader","vendor-prefix"],"created_at":"2024-12-11T03:32:18.039Z","updated_at":"2025-04-14T12:05:29.836Z","avatar_url":"https://github.com/plxity.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ESBuild Cross Browser CSS Plugin\n\nAn ESBuild plugin to add support for cross-browser CSS.\n## Example\n\n**Input**\n\n```css\ndiv{\n  display: flex\n}\n```\n\n**Output**\n\n```css\ndiv{\n  display: -webkit-box;\n  display: -webkit-flex;\n  display: -ms-flexbox;\n  display: flex;\n}\n```\n\n## Use\n\n**Create a file**\n\n`esbuild.config.js`\n```JS\n\nimport esbuild from 'esbuild';\nimport CrossBrowserCSS from 'esbuild-plugin-cross-browser-css';\n\nesbuild\n    .build({\n        entryPoints: ... // Input file\n        bundle: true,\n        outfile: ... // Output file\n        plugins: [CrossBrowserCSS()]\n    })\n    .catch(() =\u003e process.exit(1));\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplxity%2Fesbuild-cross-browser-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplxity%2Fesbuild-cross-browser-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplxity%2Fesbuild-cross-browser-css/lists"}