{"id":28547159,"url":"https://github.com/mirego/simple-css-reset","last_synced_at":"2025-09-09T16:36:19.931Z","repository":{"id":24927351,"uuid":"28344496","full_name":"mirego/simple-css-reset","owner":"mirego","description":"🎏 A simple, no-nonsense CSS reset stylesheet to use as an NPM dependency.","archived":false,"fork":false,"pushed_at":"2023-10-03T18:18:18.000Z","size":160,"stargazers_count":20,"open_issues_count":7,"forks_count":4,"subscribers_count":51,"default_branch":"master","last_synced_at":"2025-08-10T02:27:30.849Z","etag":null,"topics":["css","reset-css"],"latest_commit_sha":null,"homepage":"https://open.mirego.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mirego.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-12-22T15:33:06.000Z","updated_at":"2023-06-19T00:36:01.000Z","dependencies_parsed_at":"2022-08-26T22:30:40.223Z","dependency_job_id":"e46f621f-38d6-434f-9542-1f9ad7ee81b1","html_url":"https://github.com/mirego/simple-css-reset","commit_stats":{"total_commits":43,"total_committers":8,"mean_commits":5.375,"dds":"0.39534883720930236","last_synced_commit":"97c6946f02da43581bea2e964d32a509f71a55aa"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/mirego/simple-css-reset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirego%2Fsimple-css-reset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirego%2Fsimple-css-reset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirego%2Fsimple-css-reset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirego%2Fsimple-css-reset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirego","download_url":"https://codeload.github.com/mirego/simple-css-reset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirego%2Fsimple-css-reset/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270093074,"owners_count":24525553,"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-08-12T02:00:09.011Z","response_time":80,"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","reset-css"],"created_at":"2025-06-10T00:09:35.209Z","updated_at":"2025-08-12T16:11:38.736Z","avatar_url":"https://github.com/mirego.png","language":"CSS","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/11348/55351996-cdb7af80-548d-11e9-8a01-7488378a9875.png\" width=\"600\" /\u003e\n  \u003cp\u003e\u003cbr /\u003eA simple, no-nonsense CSS reset stylesheet to use as an NPM dependency.\u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://travis-ci.com/mirego/simple-css-reset\"\u003e\u003cimg src=\"https://travis-ci.com/mirego/simple-css-reset.svg?branch=master\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/simple-css-reset\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/simple-css-reset.svg\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Installation\n\n```bash\n$ npm install --save simple-css-reset\n```\n\n## Usage\n\n### Ember.js\n\nYou need the `ember-cli-node-assets` package to be able to import the CSS file into your application. Then you need to add the reset file to the `ember-cli` build file.\n\n```bash\n$ npm install --save-dev ember-cli-node-assets\n```\n\n```js\n// ember-cli-build.js\nmodule.exports = function(defaults) {\n  const app = new EmberApp(defaults, {\n    nodeAssets: {\n      'simple-css-reset': {\n        import: ['reset.css']\n      }\n    }\n  });\n};\n```\n\n### Webpack\n\nAssuming you have properly installed and configured [CSS loader](https://github.com/webpack-contrib/css-loader), you can simply require the `reset.css` file within the entry point of your app.\n\n```bash\n$ npm install --save-dev css-loader\n```\n\n```js\n// index.js\nimport 'simple-css-reset/reset.css';\n```\n\n### Gatsby\n\nSince `simple-css-reset` is meant to be used a global reset stylesheet, the best way to use it in Gatsby is including in `gatsby-browser.js`.\n\n```js\n// gatsby-browser.js\nimport 'simple-css-reset';\n```\n\n## License\n\n`simple-css-reset` is © 2014-2019 [Mirego](http://www.mirego.com) and may be freely distributed under the [New BSD license](http://opensource.org/licenses/BSD-3-Clause).  See the [`LICENSE.md`](https://github.com/mirego/simple-css-reset/blob/master/LICENSE.md) file.\n\nThe reset logo is based on [this lovely icon by Hali Gali Harun](https://thenounproject.com/term/reset/415758), from The Noun Project. Used under a [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/) license.\n\n## About Mirego\n\n[Mirego](https://www.mirego.com/en) is a team of passionate people who believe that work is a place where you can innovate and have fun. We're a team of [talented people](https://life.mirego.com/en) who imagine and build beautiful Web and mobile applications. We come together to share ideas and [change the world](http://www.mirego.org/en).\n\nWe also [love open-source software](https://open.mirego.com) and we try to give back to the community as much as we can.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirego%2Fsimple-css-reset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirego%2Fsimple-css-reset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirego%2Fsimple-css-reset/lists"}