{"id":13573551,"url":"https://github.com/appzic/astro-reset-css","last_synced_at":"2025-04-13T00:08:22.399Z","repository":{"id":152669176,"uuid":"626761481","full_name":"appzic/astro-reset-css","owner":"appzic","description":"Astro Component for CSS reset like tailwind base","archived":false,"fork":false,"pushed_at":"2023-10-16T14:21:02.000Z","size":127,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T00:08:14.232Z","etag":null,"topics":["astro","astro-component","astrojs","css","reset-css","tailwind-css","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/appzic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-12T05:37:54.000Z","updated_at":"2024-08-16T22:43:43.000Z","dependencies_parsed_at":"2024-11-05T08:31:34.143Z","dependency_job_id":"8f032db7-c3df-4903-89db-f81a968222a5","html_url":"https://github.com/appzic/astro-reset-css","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Fastro-reset-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Fastro-reset-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Fastro-reset-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appzic%2Fastro-reset-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appzic","download_url":"https://codeload.github.com/appzic/astro-reset-css/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647299,"owners_count":21139086,"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":["astro","astro-component","astrojs","css","reset-css","tailwind-css","tailwindcss"],"created_at":"2024-08-01T15:00:37.511Z","updated_at":"2025-04-13T00:08:22.379Z","avatar_url":"https://github.com/appzic.png","language":"CSS","readme":"\u003ch1 align=\"center\"\u003eAstro RESET CSS\u003c/h1\u003e\n\u003cp align=\"center\"\u003eAstro Component for CSS reset like tailwind base\u003c/p\u003e\n\n\n\u003cp align=\"center\" style=\"align: center;\"\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@appzic/astro-reset-css\"\u003e\n        \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/@appzic/astro-reset-css\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@appzic/astro-reset-css\"\u003e\n        \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/dw/@appzic/astro-reset-css\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/appzic/astro-reset-css/blob/main/LICENSE\"\u003e\n        \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/appzic/astro-reset-css\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n## Table of Contents\n- [Table of Contents](#table-of-contents)\n- [Introduction](#introduction)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n\n## Introduction\nThis Astro component provides a CSS reset that is similar to the base styles in Tailwind CSS. It is designed to reset or normalize the default styles provided by the browser, and provide a consistent foundation for styling your Astro projects. The reset includes styles for commonly used HTML elements like headings, paragraphs, lists, and form elements, among others. By using this **Astro RESET CSS**, you can save time and ensure that your Astro projects have a consistent baseline of styles that are ready to be customized according to your project's needs.\n\n## Installation\nYou can install **Astro RESET CSS** using npm:\n\n```bash\nnpm install @appzic/astro-reset-css\n```\n\n## Usage\n\nTo use the `ResetCSS` Astro component in your project, simply add it to the head section of your `Layout.astro` file.\n\n```astro\n---\nimport ResetCSS from \"@appzic/astro-reset-css\"\n---\n\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n    \u003chead\u003e\n        ...\n        \u003cResetCSS/\u003e\n        ...\n    \u003c/head\u003e\n    \u003cbody\u003e\n        ...\n    \u003c/body\u003e\n\u003c/html\u003e\n\n```\n\n## Contributing\nWe welcome contributions from the community! Please take a look at our [CONTRIBUTING.md](CONTRIBUTING.md) file for more information on how to get started. We appreciate all kinds of contributions, from bug reports and feature requests to code contributions and documentation improvements. Thank you for considering contributing to our project!\n\n## License\n**Astro RESET CSS** is licensed under the [MIT](LICENSE) License.","funding_links":[],"categories":["CSS"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzic%2Fastro-reset-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappzic%2Fastro-reset-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappzic%2Fastro-reset-css/lists"}