{"id":15047033,"url":"https://github.com/gotbahn/no-sheet-reset","last_synced_at":"2026-01-19T10:34:00.763Z","repository":{"id":49272034,"uuid":"50877415","full_name":"gotbahn/no-sheet-reset","owner":"gotbahn","description":"Start from a scratch. Full CSS reset","archived":false,"fork":false,"pushed_at":"2021-06-21T02:41:38.000Z","size":341,"stargazers_count":3,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-23T09:43:40.992Z","etag":null,"topics":["css","css-reset","reset-css"],"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/gotbahn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"github":["godban"],"patreon":"godban"}},"created_at":"2016-02-01T22:52:38.000Z","updated_at":"2020-05-09T15:39:54.000Z","dependencies_parsed_at":"2022-07-29T01:39:10.099Z","dependency_job_id":null,"html_url":"https://github.com/gotbahn/no-sheet-reset","commit_stats":null,"previous_names":["godban/no-sheet-reset"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/gotbahn/no-sheet-reset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotbahn%2Fno-sheet-reset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotbahn%2Fno-sheet-reset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotbahn%2Fno-sheet-reset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotbahn%2Fno-sheet-reset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotbahn","download_url":"https://codeload.github.com/gotbahn/no-sheet-reset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotbahn%2Fno-sheet-reset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27677129,"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-12-12T02:00:06.775Z","response_time":129,"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","css-reset","reset-css"],"created_at":"2024-09-24T20:53:53.819Z","updated_at":"2025-12-12T05:49:41.227Z","avatar_url":"https://github.com/gotbahn.png","language":"CSS","readme":"[![npm](https://img.shields.io/npm/v/no-sheet-reset.svg?maxAge=2592000)](https://www.npmjs.com/package/no-sheet-reset)\n[![Travis](https://img.shields.io/travis/godban/no-sheet-reset.svg?maxAge=2592000)](https://travis-ci.org/godban/no-sheet-reset)\n[![David](https://img.shields.io/david/dev/godban/no-sheet-reset.svg)](https://github.com/godban/no-sheet-reset)\n[![npm](https://img.shields.io/npm/dt/no-sheet-reset.svg?maxAge=2592000)](https://www.npmjs.com/package/no-sheet-reset)\n[![npm](https://img.shields.io/npm/dm/no-sheet-reset.svg?maxAge=2592000)](https://www.npmjs.com/package/no-sheet-reset)\n\n# No Sheet Reset\n\nStart from a scratch. Full CSS reset.\n\n**Please be aware of what you're doing and use it wisely**.\nNo Sheet Reset clears almost all user agent styles. Your users would not be able to see tab highlights, validation errors, lists markers, etc. unless you provide it back.\n\nChanges default box-sizing behaviour.\n\n## Install\n\n### npm\n\n```\nnpm i no-sheet-reset --save\n```\n\n## raw file\n\n[index.css](https://raw.githubusercontent.com/godban/no-sheet-reset/master/index.css)\n\n\n```css\n/**\n * https://github.com/godban/no-sheet-reset\n * v2.0.0 | 18.03.2018\n * License: MIT\n*/\n*,\n*::after,\n*::before {\n  box-sizing: inherit;\n}\n\n* {\n  background: transparent;\n  border: 0;\n  box-shadow: none;\n  color: inherit;\n  font: inherit;\n  margin: 0;\n  outline: 0;\n  padding: 0;\n  vertical-align: baseline;\n}\n\nhtml {\n  box-sizing: border-box;\n}\n\nli {\n  list-style-type: none;\n}\n\na {\n  text-decoration: inherit;\n}\n\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\n```\n","funding_links":["https://github.com/sponsors/godban","https://patreon.com/godban"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotbahn%2Fno-sheet-reset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotbahn%2Fno-sheet-reset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotbahn%2Fno-sheet-reset/lists"}