{"id":14968127,"url":"https://github.com/postcss/postcss-fail-on-warn","last_synced_at":"2025-10-19T09:31:55.690Z","repository":{"id":35151921,"uuid":"161043384","full_name":"postcss/postcss-fail-on-warn","owner":"postcss","description":"PostCSS plugin throws a error on any warning from previous PostCSS plugins.","archived":false,"fork":false,"pushed_at":"2023-10-17T06:00:35.000Z","size":1628,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-04-14T02:32:50.143Z","etag":null,"topics":[],"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/postcss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"open_collective":"postcss"}},"created_at":"2018-12-09T13:40:57.000Z","updated_at":"2023-08-08T08:05:14.000Z","dependencies_parsed_at":"2023-01-15T14:52:12.821Z","dependency_job_id":"eb3dbff4-26bc-41cc-99f1-8cd6b92d962b","html_url":"https://github.com/postcss/postcss-fail-on-warn","commit_stats":{"total_commits":29,"total_committers":5,"mean_commits":5.8,"dds":0.5862068965517242,"last_synced_commit":"e89b6fdc8a6e2f10319c91acfa0c12795bed3d8d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postcss%2Fpostcss-fail-on-warn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postcss%2Fpostcss-fail-on-warn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postcss%2Fpostcss-fail-on-warn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postcss%2Fpostcss-fail-on-warn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postcss","download_url":"https://codeload.github.com/postcss/postcss-fail-on-warn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869975,"owners_count":16555409,"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":[],"created_at":"2024-09-24T13:39:21.203Z","updated_at":"2025-10-19T09:31:50.312Z","avatar_url":"https://github.com/postcss.png","language":"JavaScript","readme":"# PostCSS Fail On Warn\n\n\u003cimg align=\"right\" width=\"135\" height=\"95\"\n     title=\"Philosopher’s stone, logo of PostCSS\"\n     src=\"https://postcss.org/logo-leftp.svg\"\u003e\n\n[PostCSS] plugin throws a error on any warning from previous PostCSS plugins.\n\n[PostCSS]: https://postcss.org/\n\n\u003ca href=\"https://evilmartians.com/?utm_source=postcss-focus\"\u003e\n  \u003cimg src=\"https://evilmartians.com/badges/sponsored-by-evil-martians.svg\"\n       alt=\"Sponsored by Evil Martians\" width=\"236\" height=\"54\"\u003e\n\u003c/a\u003e\n\n## Usage\n\n**Step 1:** Install plugin:\n\n```sh\nnpm install --save-dev postcss postcss-fail-on-warn\n```\n\n**Step 2:** Check you project for existed PostCSS config: `postcss.config.js`\nin the project root, `\"postcss\"` section in `package.json`\nor `postcss` in bundle config.\n\nIf you do not use PostCSS, add it according to [official docs]\nand set this plugin in settings.\n\n**Step 3:** Add the plugin to plugins list:\n\n```diff\nmodule.exports = {\n  plugins: [\n    require('autoprefixer'),\n+   require('postcss-fail-on-warn')\n  ]\n}\n```\n\n[official docs]: https://github.com/postcss/postcss#usage\n","funding_links":["https://opencollective.com/postcss"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostcss%2Fpostcss-fail-on-warn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostcss%2Fpostcss-fail-on-warn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostcss%2Fpostcss-fail-on-warn/lists"}