{"id":22898432,"url":"https://github.com/sayegh7/emotion-reset","last_synced_at":"2025-05-07T23:07:32.321Z","repository":{"id":33995341,"uuid":"155742175","full_name":"Sayegh7/emotion-reset","owner":"Sayegh7","description":"Reset file for Emotion CSS-in-JS library.","archived":false,"fork":false,"pushed_at":"2023-01-07T14:39:00.000Z","size":1785,"stargazers_count":13,"open_issues_count":17,"forks_count":6,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-05-07T23:07:26.586Z","etag":null,"topics":["css","emotion","emotion-reset","reset"],"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/Sayegh7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-01T16:15:59.000Z","updated_at":"2025-04-16T11:19:45.000Z","dependencies_parsed_at":"2023-01-15T04:01:36.525Z","dependency_job_id":null,"html_url":"https://github.com/Sayegh7/emotion-reset","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayegh7%2Femotion-reset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayegh7%2Femotion-reset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayegh7%2Femotion-reset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayegh7%2Femotion-reset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sayegh7","download_url":"https://codeload.github.com/Sayegh7/emotion-reset/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252968118,"owners_count":21833251,"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":["css","emotion","emotion-reset","reset"],"created_at":"2024-12-14T00:32:16.196Z","updated_at":"2025-05-07T23:07:32.290Z","avatar_url":"https://github.com/Sayegh7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emotion-reset\n[![npm version](https://badge.fury.io/js/emotion-reset.svg)](https://badge.fury.io/js/emotion-reset)\n![npm](https://img.shields.io/npm/dt/emotion-reset.svg)\n![npm](https://img.shields.io/npm/dm/emotion-reset.svg)\n\nReset file for [Emotion](https://github.com/emotion-js/emotion) CSS-in-JS library.\n\nThe original `reset.css` is pulled from [kossnocorp/reset.css](https://github.com/kossnocorp/reset.css), and parsed into emotion ready format.\n\n## Version Compatibility\n\nThis table indicates the latest versions of `emotion-reset` supporting each emotion version. \n\n| emotion-reset | emotion | @emotion/core | @emotion/react |\n|--------------:|--------------:|---------------:|---------------:|\n|[1.0.4](https://github.com/Sayegh7/emotion-reset/blob/e228261a0bd7a3d7d06bfdf6457576b647ad2e6f/README.md) | \u003c10 |  -- | -- |\n|[2.0.7](https://github.com/Sayegh7/emotion-reset/blob/4f426b5e4f11db9853cd0fb2a49574e4003b8c1e/README.md) | -- |  \u003e=10 | -- |\n|[\u003e=3.0.0](https://github.com/Sayegh7/emotion-reset/blob/dev/README.md) | -- | -- | \u003e=11 |\n \n## Usage\n\n```sh\nnpm install --save emotion-reset\n```\n\n### JavaScript\n\n```js\nimport emotionReset from 'emotion-reset';\nimport { Global, css } from '@emotion/react';\n\nrender(\n  \u003cGlobal styles={css`\n    ${emotionReset}\n\n    *, *::after, *::before {\n      box-sizing: border-box;\n      -moz-osx-font-smoothing: grayscale;\n      -webkit-font-smoothing: antialiased;\n      font-smoothing: antialiased;\n    }\n  `} /\u003e\n);\n```\n\n## License\n\nThe [MIT License](LICENSE)\n\n## Credits\n\nThis package is heavily inspired/stolen from [emotion-normalize](https://www.npmjs.com/package/emotion-normalize).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayegh7%2Femotion-reset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayegh7%2Femotion-reset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayegh7%2Femotion-reset/lists"}