{"id":13822982,"url":"https://github.com/nuxt/postcss8","last_synced_at":"2025-04-12T22:36:10.165Z","repository":{"id":40561188,"uuid":"344810420","full_name":"nuxt/postcss8","owner":"nuxt","description":"Opt-in to postcss 8 in Nuxt 2 apps.","archived":false,"fork":false,"pushed_at":"2025-04-01T09:03:55.000Z","size":506,"stargazers_count":60,"open_issues_count":26,"forks_count":7,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-04T02:08:01.838Z","etag":null,"topics":["nuxt","nuxt2","postcss","postcss8"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/nuxt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-05T12:53:37.000Z","updated_at":"2024-03-14T21:17:04.000Z","dependencies_parsed_at":"2023-07-25T01:59:13.761Z","dependency_job_id":"b7c67444-b412-4ae1-bc5a-6bf28b1cbdd5","html_url":"https://github.com/nuxt/postcss8","commit_stats":{"total_commits":38,"total_committers":5,"mean_commits":7.6,"dds":0.3157894736842105,"last_synced_commit":"919276ba2a1594deefcc1135d65766726c1d6932"},"previous_names":["pi0/nuxt-postcss8"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fpostcss8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fpostcss8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fpostcss8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt%2Fpostcss8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt","download_url":"https://codeload.github.com/nuxt/postcss8/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248642711,"owners_count":21138352,"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":["nuxt","nuxt2","postcss","postcss8"],"created_at":"2024-08-04T08:02:27.701Z","updated_at":"2025-04-12T22:36:10.145Z","avatar_url":"https://github.com/nuxt.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# postcss@8 support for nuxt@2\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![license][license-src]][license-href]\n\n## ⚠️ This package is no longer necessary with Nuxt \u003e= 2.16 ⚠️\n\nPR [nuxt#9671](https://github.com/nuxt/nuxt/pull/9671) upgraded PostCSS to version 8.\n\nThis module allows opting-in to [postcss@8](https://github.com/postcss/postcss/releases/tag/8.0.0) with nuxt 2 projects.\n\n- Ensures supported nuxt version is used (`\u003e= 2.15.3 \u003c 2.16.0`)\n- Forces to use correct dependencies using `__NUXT_PREPATHS__`\n- Will self-adjust integration method based on future nuxt versions\n- Use [`autoprefixer`](https://github.com/postcss/autoprefixer) instead of [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env)\n\n## Usage\n\nInstall `@nuxt/postcss8` as `devDependency` of project:\n\n```sh\nyarn add --dev @nuxt/postcss8\n# or\nnpm i -D @nuxt/postcss8\n```\n\nAdd `@nuxt/postcss8` to `buildModules` in `nuxt.config`:\n\n```js\n// nuxt.config\nexport default {\n  buildModules: [\n    '@nuxt/postcss8'\n  ]\n}\n```\n\n### For module authors\n\nIf you have a nuxt module that requires postcss@8, install `@nuxt/postcss8` as `dependency` of module:\n\n```sh\nyarn add postcss@8 @nuxt/postcss8\n# or\nnpm i postcss@8 @nuxt/postcss8\n```\n\nInside module:\n```js\nexport default async function() {\n  await this.addModule('@nuxt/postcss8')\n}\n```\n\n## 📑 License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://flat.badgen.net/npm/v/@nuxt/postcss8\n[npm-version-href]: https://npmjs.com/package/@nuxt/postcss8\n[npm-downloads-src]: https://flat.badgen.net/npm/dm/@nuxt/postcss8\n[npm-downloads-href]: https://npmjs.com/package/@nuxt/postcss8\n[license-src]: https://flat.badgen.net/github/license/nuxt/postcss8\n[license-href]: https://npmjs.com/package/@nuxt/postcss8\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fpostcss8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt%2Fpostcss8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt%2Fpostcss8/lists"}