{"id":30060292,"url":"https://github.com/tiaanduplessis/nanoreset","last_synced_at":"2025-08-08T01:43:39.895Z","repository":{"id":20655010,"uuid":"90532179","full_name":"tiaanduplessis/nanoreset","owner":"tiaanduplessis","description":"Minimal CSS reset in less than 500 bytes","archived":false,"fork":false,"pushed_at":"2025-02-06T23:17:51.000Z","size":504,"stargazers_count":88,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-04T17:11:33.283Z","etag":null,"topics":["css","nano","reset"],"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/tiaanduplessis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-07T12:50:05.000Z","updated_at":"2025-02-06T23:17:54.000Z","dependencies_parsed_at":"2022-08-09T08:36:28.212Z","dependency_job_id":null,"html_url":"https://github.com/tiaanduplessis/nanoreset","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/tiaanduplessis/nanoreset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Fnanoreset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Fnanoreset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Fnanoreset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Fnanoreset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiaanduplessis","download_url":"https://codeload.github.com/tiaanduplessis/nanoreset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiaanduplessis%2Fnanoreset/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269352266,"owners_count":24402672,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","nano","reset"],"created_at":"2025-08-08T01:43:33.364Z","updated_at":"2025-08-08T01:43:39.840Z","avatar_url":"https://github.com/tiaanduplessis.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg src=\"header.png\" alt=\"nanoreset\"/\u003e\n\t\u003cbr\u003e\n  \u003cstrong\u003eMinimal CSS reset in less than 500 bytes\u003c/strong\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://npmjs.org/package/nanoreset\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/nanoreset.svg?style=flat-square\" alt=\"Package version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://npmjs.org/package/nanoreset\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dm/nanoreset.svg?style=flat-square\" alt=\"Downloads\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/feross/standard\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\" alt=\"Standard\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/tiaanduplessis/nanoreset/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/nanoreset.svg?style=flat-square\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://makeapullrequest.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" alt=\"PRs\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Background](#background)\n- [Install](#install)\n- [Demo](#demo)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Background\n\n[Nanoreset](https://github.com/tiaanduplessis/nanoreset) is an minimal CSS reset intented for modern web apps. It is heavily based on [Josh's Custom CSS Reset](https://www.joshwcomeau.com/css/custom-css-reset/) with slight modifcations for my use cases.\n\n## Install\n\nWith package manager:\n\nwith `npm`:\n\n```sh\nnpm install nanoreset\n```\n\nwith `yarn`:\n```sh\nyarn add nanoreset\n```\n\nWith CDN:\n\nIn your HTML:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/nanoreset/nanoreset.min.css\"\u003e\n```\n\nor directly in your CSS:\n\n```css\n@import url('https://unpkg.com/nanoreset/nanoreset.min.css')\n```\n\n## Demo\n\nCheckout [the demo](https://tiaanduplessis.github.io/nanoreset/) using [HTML5 Test Page](https://github.com/cbracco/html5-test-page).\n\n## Contribute\n\nContributions are welcome. Please open up an issue or create PR if you would like to help out. If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## License\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiaanduplessis%2Fnanoreset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiaanduplessis%2Fnanoreset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiaanduplessis%2Fnanoreset/lists"}