{"id":21158324,"url":"https://github.com/simbo/css-reset-and-normalize","last_synced_at":"2025-07-09T12:33:58.680Z","repository":{"id":3046694,"uuid":"48183274","full_name":"simbo/css-reset-and-normalize","owner":"simbo","description":"A combination of css reset and normalize (available in CSS, SCSS, Stylus and LESS).","archived":false,"fork":false,"pushed_at":"2024-04-10T16:13:55.000Z","size":117,"stargazers_count":21,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T22:21:11.547Z","etag":null,"topics":["css","less","reboot","resets","scss","stylus"],"latest_commit_sha":null,"homepage":"https://simbo.codes/css-reset-and-normalize/","language":"SCSS","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/simbo.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}},"created_at":"2015-12-17T15:46:29.000Z","updated_at":"2024-06-18T16:55:50.503Z","dependencies_parsed_at":"2024-06-18T16:55:40.310Z","dependency_job_id":"79424639-48b9-4fc5-b578-ebc372745483","html_url":"https://github.com/simbo/css-reset-and-normalize","commit_stats":{"total_commits":94,"total_committers":2,"mean_commits":47.0,"dds":0.05319148936170215,"last_synced_commit":"14f83c37e06b60e614086506205470f262c37d96"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fcss-reset-and-normalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fcss-reset-and-normalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fcss-reset-and-normalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fcss-reset-and-normalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simbo","download_url":"https://codeload.github.com/simbo/css-reset-and-normalize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225551725,"owners_count":17487281,"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","less","reboot","resets","scss","stylus"],"created_at":"2024-11-20T12:20:27.215Z","updated_at":"2024-11-20T12:20:27.792Z","avatar_url":"https://github.com/simbo.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"css-reset-and-normalize\n=======================\n\n  \u003e A combination of css reset and normalize (available in CSS, SCSS, Stylus and\n  \u003e LESS).\n\n[![npm Package Version](https://img.shields.io/npm/v/css-reset-and-normalize?)](https://www.npmjs.com/package/css-reset-and-normalize)\n[![npm Downloads](https://img.shields.io/npm/dw/css-reset-and-normalize?color=gold)](https://www.npmjs.com/package/css-reset-and-normalize)\n[![Package Dependencies](https://img.shields.io/david/simbo/css-reset-and-normalize?label=deps)](https://www.npmjs.com/package/css-reset-and-normalize?activeTab=dependencies)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/simbo/css-reset-and-normalize/CI/master)](https://github.com/simbo/css-reset-and-normalize/actions?query=workflow%3ACI)\n[![GitHub last Commit](https://img.shields.io/github/last-commit/simbo/css-reset-and-normalize/master)](https://github.com/simbo/css-reset-and-normalize/commits/master)\n[![GitHub Repo](https://img.shields.io/badge/repo-public-87ceeb)](https://github.com/simbo/css-reset-and-normalize)\n[![License MIT](https://img.shields.io/badge/license-MIT-4cc552)](http://simbo.mit-license.org/)\n\n\n\u003c!-- TOC depthFrom:2 anchorMode:github.com --\u003e\n\n- [About](#about)\n  - [Rules and Reasons](#rules-and-reasons)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Optional Addons:](#optional-addons)\n  - [Usage](#usage-1)\n- [License](#license)\n\n\u003c!-- /TOC --\u003e\n\n---\n\n\n## About\n\nThis combination of css reset and normalize is based on\n\n  - [CSS Reset 2.0](https://meyerweb.com/eric/tools/css/reset/)\n    (public domain) by Eric Meyer\n\n  - [normalize.css 8.0.1](https://github.com/necolas/normalize.css)\n    (MIT) by Nicolas Gallagher and Jonathan Neal\n\n  - [Bootstrap 4.5.3 Reboot](https://github.com/twbs/bootstrap/blob/v4.5.3/scss/_reboot.scss)\n    (MIT) by Twitter Inc.\n\n\n### Rules and Reasons\n\nTake a look at the [source code](./scss/reset-and-normalize.scss), it has\ncomments.\n\nBTW: Here's an article about [Reboot, Resets and Reasoning](https://css-tricks.com/reboot-resets-reasoning/)\nby Chris Coyier.\n\n\n## Installation\n\n`css-reset-and-normalize` is a npm package. You can install it…\n\n``` sh\n# …using npm\nnpm install --save css-reset-and-normalize\n# …or yarn\nyarn add css-reset-and-normalize\n```\n\nYou can also use the latest generated CSS directly from a CDN:\n\n- from *jsdelivr*:  \n  `\u003clink rel=\"stylesheet\" href=\"//cdn.jsdelivr.net/npm/css-reset-and-normalize/css/reset-and-normalize.min.css\"\u003e`\n\n- from *unpkg*:  \n  `\u003clink rel=\"stylesheet\" href=\"//unpkg.com/css-reset-and-normalize/css/reset-and-normalize.min.css\"\u003e`\n\n\n## Usage\n\nThere are multiple ways:\n\n  - HTML `\u003clink\u003e`\n\n    ``` html\n    \u003clink rel=\"stylesheet\" href=\"path/to/reset-and-normalize.min.css\"\u003e\n    ```\n\n  - CSS `@import`\n\n    ``` css\n    @import \"path/to/reset-and-normalize.min.css\";\n    ```\n\n  - SCSS `@import`\n\n    ``` scss\n    @import 'path/to/node_modules/css-reset-and-normalize/scss/reset-and-normalize';\n    ```\n\n  - Stylus `@require`\n\n    ``` stylus\n    @require 'path/to/node_modules/css-reset-and-normalize/stylus/reset-and-normalize'\n    ```\n\n  - LESS `@import`\n\n    ``` less\n    @import 'path/to/node_modules/css-reset-and-normalize/less/reset-and-normalize';\n    ```\n\n\n## Optional Addons:\n\n  - `button-reset`\n  - `link-reset`\n\nSee source code.\n\n\n### Usage\n\nThe optional addons can be included the same way like the base library.\n\nSCSS example:\n\n``` scss\n@import 'path/to/node_modules/css-reset-and-normalize/scss/reset-and-normalize';\n@import 'path/to/node_modules/css-reset-and-normalize/scss/button-reset';\n@import 'path/to/node_modules/css-reset-and-normalize/scss/link-reset';\n```\n\n\n## License\n\n[MIT \u0026copy; Simon Lepel](http://simbo.mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbo%2Fcss-reset-and-normalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimbo%2Fcss-reset-and-normalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbo%2Fcss-reset-and-normalize/lists"}