{"id":23677077,"url":"https://github.com/nemuvski/nacss","last_synced_at":"2025-09-02T05:31:23.294Z","repository":{"id":65563484,"uuid":"532903717","full_name":"nemuvski/nacss","owner":"nemuvski","description":"😶 CSS to prepare a base for styling","archived":false,"fork":false,"pushed_at":"2025-08-25T13:02:17.000Z","size":841,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-25T15:15:58.227Z","etag":null,"topics":["css","normalize-css"],"latest_commit_sha":null,"homepage":"https://nacss.netlify.app/","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/nemuvski.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-05T13:03:11.000Z","updated_at":"2025-08-25T13:02:20.000Z","dependencies_parsed_at":"2025-01-25T07:21:57.990Z","dependency_job_id":"23cecba6-91a0-4839-94b4-11a7b7ca6951","html_url":"https://github.com/nemuvski/nacss","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"5f43a4c9135371c8232478b7a4af9bcb8df9eb6a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/nemuvski/nacss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuvski%2Fnacss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuvski%2Fnacss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuvski%2Fnacss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuvski%2Fnacss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemuvski","download_url":"https://codeload.github.com/nemuvski/nacss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuvski%2Fnacss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273234246,"owners_count":25068957,"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-09-02T02:00:09.530Z","response_time":77,"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","normalize-css"],"created_at":"2024-12-29T14:58:26.270Z","updated_at":"2025-09-02T05:31:23.282Z","avatar_url":"https://github.com/nemuvski.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 😶 nacss\n\n[![npm](https://img.shields.io/badge/nacss-555?style=flat-square\u0026logo=npm)](https://www.npmjs.com/package/nacss)\n![npm](https://img.shields.io/npm/v/nacss?style=flat-square)\n![npm](https://img.shields.io/npm/l/nacss?style=flat-square)\n[![npm](https://img.shields.io/badge/documents-555?style=flat-square\u0026logo=netlify)](https://nacss.netlify.app/)\n\n**nacss** (*なくす* in Japanese) is CSS to prepare a base for styling.\n\nInspired by [normalize.css](https://www.npmjs.com/package/normalize.css). It provides many great tips of CSS normalization till now.\n\n## Preview\n\nYou can see the preview of **nacss** styles *[here](https://nacss.netlify.app/preview/)*.\n\n\n## Support browsers\n\n- Chrome (latest)\n- Firefox (latest)\n- Safari (latest)\n\n\n## Installation\n\n```bash\nnpm install nacss\nyarn add nacss\n```\n\nThere's no need to install package if loading CSS file via CDN.\n\n\n## How to use\n\nJust load CSS file in your project.\n\nThere are several ways to load CSS. The following shows how to load.\nThen of course, the choice is yours. 🐑\n\n### HTML\n\nInsert `\u003clink\u003e` into `\u003chead\u003e`.\n\n```html\n\u003c!-- jsDelivr --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/nacss\" /\u003e\n\u003c!-- unpkg --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/nacss\" /\u003e\n```\n\nSee *[here](https://github.com/nemuvski/nacss/releases)* for valid version.\n\n### JavaScript\n\n```js\nimport 'nacss';\n```\n\n### Stylesheet\n\n```css\n@import 'nacss';\n@import url(nacss);\n\n/* via CDN */\n@import url(https://cdn.jsdelivr.net/npm/nacss);\n@import url(https://unpkg.com/nacss);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuvski%2Fnacss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemuvski%2Fnacss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuvski%2Fnacss/lists"}