{"id":20330571,"url":"https://github.com/fullengineer/postcss-grid-reset","last_synced_at":"2025-06-18T20:34:07.164Z","repository":{"id":254163463,"uuid":"845680640","full_name":"fullengineer/postcss-grid-reset","owner":"fullengineer","description":"PostCSS plugin for resetting CSS Grid.","archived":false,"fork":false,"pushed_at":"2024-08-21T18:21:21.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T12:25:41.585Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullengineer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2024-08-21T18:05:52.000Z","updated_at":"2024-08-21T18:21:25.000Z","dependencies_parsed_at":"2024-08-21T20:27:12.768Z","dependency_job_id":"085f3978-aec4-4286-83fc-935f70735947","html_url":"https://github.com/fullengineer/postcss-grid-reset","commit_stats":null,"previous_names":["fullengineer/postcss-grid-reset"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fullengineer/postcss-grid-reset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullengineer%2Fpostcss-grid-reset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullengineer%2Fpostcss-grid-reset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullengineer%2Fpostcss-grid-reset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullengineer%2Fpostcss-grid-reset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullengineer","download_url":"https://codeload.github.com/fullengineer/postcss-grid-reset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullengineer%2Fpostcss-grid-reset/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260629570,"owners_count":23038949,"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-11-14T20:16:42.983Z","updated_at":"2025-06-18T20:34:02.138Z","avatar_url":"https://github.com/fullengineer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS Grid Reset\n\n[postcss]: https://github.com/postcss/postcss\n\n[PostCSS] plugin for resetting CSS Grid. This plugin adds rule `min-width:0` to all direct descendants of element `display: grid`.\n\n[postcss]: https://github.com/postcss/postcss\n\n```css\n.foo {\n  display: grid;\n}\n```\n\n```css\n.foo {\n  display: grid;\n}\n\n.foo \u003e * {\n  min-width: 0;\n}\n```\n\n## 🔗 Links:\n\n- [Preventing a Grid Blowout](https://css-tricks.com/preventing-a-grid-blowout/)\n- [Prevent content from expanding grid items](https://stackoverflow.com/questions/43311943/prevent-content-from-expanding-grid-items)\n\n## 🍳 Usage\n\n**Step 1:** Install plugin:\n\n```sh\nnpm install --save-dev postcss postcss-grid-reset\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('postcss-grid-reset'),\n    require('autoprefixer')\n  ]\n}\n```\n\n[official docs]: https://github.com/postcss/postcss#usage\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullengineer%2Fpostcss-grid-reset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullengineer%2Fpostcss-grid-reset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullengineer%2Fpostcss-grid-reset/lists"}