From 94e991bb7889147973a8ad9862f2e7f2c5cea29e Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Thu, 10 Jan 2019 17:45:36 +0100 Subject: [PATCH] change wording --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 477c3a4..84f588b 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ Opinionated [reset stylesheet](https://cssreset.com/what-is-a-css-reset/) that p - Ensures consistency across browsers (thanks normalize.css) - Resets spacing (margin & padding) - Resets font-size and line-height -- Prevents the necessity of reseting defaults styles when authoring stylesheets +- Prevents the necessity of reseting user agent styles - Prevents style inspector bloat by only targeting what is necessary - Contributes to the separation of presentation and semantics - Works well with all kind of styling approaches, atomic libraries like [tachyons](https://tachyons.io/), component based styling like css-in-js in [React](https://reactjs.org), good 'ol css, ...