From bdb2a4968501e306a7f56ec51ff73fb5ec2a84af Mon Sep 17 00:00:00 2001 From: Veer Shah <185037322+VeerShah41@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:19:07 +0530 Subject: [PATCH] fix: update stale links from renamed repo and fix http URL - Replace krshoss/gardevoir image URLs with current kkrishguptaa/reseter.css - Fix bundlephobia link from http to https - Replace broken wiki link with active GitHub Discussions page Closes #135 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae859ab..0c0bbbf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -

The Modern CSS Reset 🚀

+

The Modern CSS Reset 🚀

## 🤓 Benefits @@ -14,7 +14,7 @@ There are many inconsistencies between browsers. Like Firefox 3 has a margin on top of paragraphs but Internet Explorer 7 doesn't have any margin. There are thousands of browsers with hundreds of versions. Each version at least has 500+ inconsistencies with different browsers' different versions. How to keep up? This is an easy to use solution called **Gardevoir** -![Browser Inconsistencies](https://github.com/krshoss/gardevoir/raw/main/.github/assets/css_reset.png) +![Browser Inconsistencies](https://github.com/kkrishguptaa/reseter.css/raw/main/.github/assets/css_reset.png) ## 🆚 There are other resets, why Gardevoir? @@ -22,7 +22,7 @@ There are many inconsistencies between browsers. Like Firefox 3 has a margin on | :-------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | | Normalizations | ✅ | ✅ | ✅ | ❌ | | Basic elemental styles | ✅ | Partial | ✅ | ❌ | -| Size (by [bundle phobia](http://bundlephobia.com/)) | Compile with Sass | ![GitHub file size in bytes](https://img.shields.io/github/size/necolas/normalize.css/normalize.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/csstools/sanitize.css/sanitize.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/shannonmoeller/reset-css/reset.css?style=flat-square) | +| Size (by [bundle phobia](https://bundlephobia.com/)) | Compile with Sass | ![GitHub file size in bytes](https://img.shields.io/github/size/necolas/normalize.css/normalize.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/csstools/sanitize.css/sanitize.css?style=flat-square) | ![GitHub file size in bytes](https://img.shields.io/github/size/shannonmoeller/reset-css/reset.css?style=flat-square) | | Minified version | Compile with Sass | ❌ (Minify yourself) | ❌(Minify yourself) | ❌(Minify yourself) | | | Box sizing | ✅ | ❌ | ✅ | ❌ | | Browser support | Customizable | Last 3 versions | Last 3 versions | Unknown | @@ -58,7 +58,7 @@ There are many inconsistencies between browsers. Like Firefox 3 has a margin on 4. How about reading a guide for best performance? Here's the link to [optimizing Gardevoir for production](#-optimize) -5. Lastly you can view [our wiki for best practices and performance guides](https://github.com/krshoss/gardevoir/wiki/Performance) +5. Lastly you can view [our GitHub Discussions for best practices and performance guides](https://github.com/kkrishguptaa/reseter.css/discussions) 6. 🥳 All Set Now