{"id":17726706,"url":"https://github.com/sergeysova/styled-modern-normalize","last_synced_at":"2025-03-31T14:47:14.239Z","repository":{"id":57163314,"uuid":"155052947","full_name":"sergeysova/styled-modern-normalize","owner":"sergeysova","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-28T14:46:59.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T11:06:16.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.com/@styled/modern-normalize","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/sergeysova.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":"2018-10-28T09:09:38.000Z","updated_at":"2020-05-07T21:46:14.000Z","dependencies_parsed_at":"2022-09-01T00:20:11.216Z","dependency_job_id":null,"html_url":"https://github.com/sergeysova/styled-modern-normalize","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fstyled-modern-normalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fstyled-modern-normalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fstyled-modern-normalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fstyled-modern-normalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeysova","download_url":"https://codeload.github.com/sergeysova/styled-modern-normalize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246485261,"owners_count":20785271,"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-10-25T17:06:37.175Z","updated_at":"2025-03-31T14:47:14.218Z","avatar_url":"https://github.com/sergeysova.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @styled/modern-normalize\n\nCSS-normalize library for [styled-components][].\n\nThe original `modern-normalize.css` is pulled from [sindresorhus/modern-normalize][], and parsed into styled ready format.\n\n\n## Usage\n\n```sh\nnpm install --save @styled/modern-normalize\n```\n\n### Readme\n\nRead styled-components [createGlobalStyle][] documentation\n\n\u003e This is just example\n\n```js\nimport React from 'react'\nimport { Normalize } from '@styled/modern-normalize'\n\nimport { App } from './app'\n\nconst Root = () =\u003e (\n  \u003cReact.Fragment\u003e\n    \u003cNormalize /\u003e\n    \u003cApp /\u003e\n  \u003c/React.Fragment\u003e\n)\n```\n\n\u003e For older version of styled-components this API renders to `null`\n\nYou can also use named imports:\n\n```js\n// ES Modules\nimport { Normalize } from '@styled/modern-normalize'\n\n// CommonJS\nconst { Normalize } = require('@styled/modern-normalize')\n```\n\nYou can also import [css] without Component API:\n\n```js\nimport { normalize } from '@styled/modern-normalize'\n// Different from `Normalize`\n\n// Example usage:\ninjectGlobal`\n  ${normalize}\n`\n```\n\n## License\n\nThe [MIT License](LICENSE)\n\n[sindresorhus/modern-normalize]: https://github.com/sindresorhus/modern-normalize\n[styled-components]: https://styled-components.com/\n[createGlobalStyle]: https://www.styled-components.com/docs/api#createglobalstyle\n[css]: https://www.styled-components.com/docs/api#css\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeysova%2Fstyled-modern-normalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeysova%2Fstyled-modern-normalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeysova%2Fstyled-modern-normalize/lists"}