change wording

This commit is contained in:
Nicolas Cusan
2019-01-10 17:45:36 +01:00
parent ac0adc2ccb
commit 94e991bb78

View File

@@ -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, ...