{"id":18916751,"url":"https://github.com/kufu/smarthr-normalize-css","last_synced_at":"2025-04-15T09:31:12.212Z","repository":{"id":36989952,"uuid":"310200122","full_name":"kufu/smarthr-normalize-css","owner":"kufu","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-25T01:22:01.000Z","size":604,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":65,"default_branch":"main","last_synced_at":"2024-10-26T14:41:10.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/kufu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-05T05:33:50.000Z","updated_at":"2024-09-02T06:18:51.000Z","dependencies_parsed_at":"2024-03-11T02:30:33.046Z","dependency_job_id":"3eadba18-1a86-496f-8113-9cd9cd12a36e","html_url":"https://github.com/kufu/smarthr-normalize-css","commit_stats":{"total_commits":116,"total_committers":8,"mean_commits":14.5,"dds":0.2155172413793104,"last_synced_commit":"6850e0332b0aef69ae0369963f4e2e875e48b761"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kufu%2Fsmarthr-normalize-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kufu%2Fsmarthr-normalize-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kufu%2Fsmarthr-normalize-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kufu%2Fsmarthr-normalize-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kufu","download_url":"https://codeload.github.com/kufu/smarthr-normalize-css/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223665576,"owners_count":17182345,"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-11-08T10:21:46.000Z","updated_at":"2025-04-15T09:31:12.206Z","avatar_url":"https://github.com/kufu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smarthr-normalize-css\n\nA sharable normalize CSS for SmartHR. This is intended to use at a project for styled-components.\n\n## ⚠️ Deprecated\n\nThis repository has been archived and will no longer be maintained.\n\n---\n\n## Installation\n\nsmarthr-normalize-css is available as an  [npm package](https://www.npmjs.com/package/smarthr-normalize-css).\n\n```sh\n// with npm\nnpm install --save-dev smarthr-normalize-css\n\n// with yarn\nyarn add --dev smarthr-normalize-css\n```\n\n## Usage\n\n```jsx\nimport * as React from 'react'\nimport { CssBaseLine } from 'smarthr-normalize-css'\n\nconst App = () =\u003e (\n  \u003cReact.Fragment\u003e\n    \u003cCssBaseLine /\u003e\n    \u003cdiv\u003eHello World!\u003c/div\u003e\n  \u003c/React.Fragment\u003e\n)\n```\n\nYou can also use the default export or named export (lowercase) in your own\nglobal style.\n\n```jsx\nimport * as React from 'react'\nimport { createGlobalStyle } from 'styled-components'\nimport cssBaseLine from 'smarthr-normalize-css'\n\nconst GlobalStyle = createGlobalStyle`\n  ${cssBaseLine}\n  /* other styles */\n`\n\nexport const App = () =\u003e (\n  \u003cReact.Fragment\u003e\n    \u003cGlobalStyle /\u003e\n    \u003cdiv\u003eHello World!\u003c/div\u003e\n  \u003c/React.Fragment\u003e\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkufu%2Fsmarthr-normalize-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkufu%2Fsmarthr-normalize-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkufu%2Fsmarthr-normalize-css/lists"}