Skip to content

Commit 0f23dce

Browse files
committed
Update documentation
1 parent cc6e83f commit 0f23dce

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ No changes to CSS rules can add functionality in a backwards-compatible manner,
179179
therefore no changes are considered **minor**. For instance, a normalization on
180180
an element selector may override a user style on a universal selector, or a
181181
change to `opacity` might cause [inputs to disappear](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/),
182-
or a change to `background-color` might cause [backgrounds to shrink](https://github.com/jonathantneal/sanitize.css/issues/42).
182+
or a change to `background-color` might cause [backgrounds to shrink](https://github.com/csstools/sanitize.css/issues/42).
183183

184184
[already been reported]: https://github.com/csstools/normalize.css/issues
185185
[fork this project]: https://github.com/csstools/normalize.css/fork

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ cross-browser default styling of HTML elements.
99
<link href="https://unpkg.com/@csstools/normalize.css" rel="stylesheet" />
1010
```
1111

12-
### Install
12+
## Install
1313

1414
```sh
15-
npm install --save @csstools/normalize.css
15+
npm install @csstools/normalize.css --save
1616
```
1717

1818
#### Webpack Usage
@@ -72,16 +72,16 @@ contribution process easy and effective for everyone involved.
7272

7373
## Similar Projects
7474

75+
- [modern-normalize.css](https://github.com/sindresorhus/modern-normalize) - An
76+
alternative to normalize.css, adhering to a minimal set of normalizations and
77+
common developer expectations and preferences.
7578
- [opinionate.css](https://github.com/adamgruber/opinionate.css) - A supplement
7679
to normalize.css with opinionated rules.
77-
- [sanitize.css](https://github.com/csstools/sanitize.css) - An alternative to
78-
normalize.css, adhering to common developer expectations and preferences
7980
- [remedy.css](https://github.com/mozdevs/cssremedy) - An alternative to
8081
normalize.css, adhering to different common developer expectations and
8182
preferences.
82-
- [modern-normalize.css](https://github.com/sindresorhus/modern-normalize) - An
83-
alternative to normalize.css, adhering to a minimal set of normalizations and
84-
common developer expectations and preferences.
83+
- [sanitize.css](https://github.com/csstools/sanitize.css) - An alternative to
84+
normalize.css, adhering to common developer expectations and preferences.
8585

8686
## Acknowledgements
8787

0 commit comments

Comments
 (0)