From f30afd902eecd9b5a6a9153970ab8fd9efd2556d Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Fri, 12 Jul 2019 15:20:42 +0200 Subject: [PATCH] add link to compare page --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index e7167b2..82bcc1f 100644 --- a/Readme.md +++ b/Readme.md @@ -18,6 +18,8 @@ Opinionated [reset stylesheet](https://cssreset.com/what-is-a-css-reset/) that p [Eric Meyer's reset](https://meyerweb.com/eric/tools/css/reset/) resets properties on elements that do not need it, are unused or even deprecated, this creates bloat in the browser's style inspector which makes developing and debugging less efficient. [Normalize.css](https://github.com/necolas/normalize.css) makes elements look consistent across browsers and it does it well, but it does not remove the user agent's assumptions about how things look. Destyle.css targets both reseting & normalization. +Compare the results [here](https://nicolas-cusan.github.io/destyle.css/compare.html). + ## Installation ```shell