Skip to content

Commit d7bd1fd

Browse files
committed
Update documentation
1 parent 5c879de commit d7bd1fd

1 file changed

Lines changed: 15 additions & 46 deletions

File tree

README.md

Lines changed: 15 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,43 @@
11
# normalize.css
22

3-
<a href="https://github.com/necolas/normalize.css"><img
4-
src="https://necolas.github.io/normalize.css/logo.svg" alt="Normalize Logo"
3+
<a href="https://github.com/jonathantneal/normalize.css"><img
4+
src="https://jonathantneal.github.io/normalize.css/logo.svg" alt="normalize.css logo"
55
width="80" height="80" align="right"></a>
66

7-
> A modern alternative to CSS resets
7+
[normalize.css] is a CSS library which provides cross-browser consistency in
8+
the default styling of HTML elements.
89

9-
[![npm][npm-image]][npm-url] [![license][license-image]][license-url]
10-
[![changelog][changelog-image]][changelog-url]
11-
[![gitter][gitter-image]][gitter-url]
12-
13-
14-
**NPM**
10+
## Usage
1511

1612
```sh
17-
npm install --save normalize.css
13+
npm install --save jonathantneal/normalize.css
1814
```
1915

20-
**Bower**
21-
22-
```sh
23-
bower install --save normalize-css
24-
```
25-
26-
**CDN**
27-
28-
See https://cdnjs.com/libraries/normalize
29-
3016
**Download**
3117

32-
See https://necolas.github.io/normalize.css/latest/normalize.css
18+
See https://jonathantneal.github.io/normalize/latest/normalize.css
3319

3420

3521
## What does it do?
3622

37-
* Preserves useful defaults, unlike many CSS resets.
3823
* Normalizes styles for a wide range of elements.
3924
* Corrects bugs and common browser inconsistencies.
40-
* Improves usability with subtle modifications.
4125
* Explains what code does using detailed comments.
4226

43-
4427
## Browser support
4528

46-
* Chrome (last two)
47-
* Edge (last two)
48-
* Firefox (last two)
29+
* Chrome (last three)
30+
* Edge (last three)
31+
* Firefox (last three)
4932
* Firefox ESR
5033
* Internet Explorer 8+
51-
* iOS Safari (last two)
52-
* Opera (last two)
34+
* iOS Safari (last three)
35+
* Opera (last three)
5336
* Safari 6+
54-
* _[Normalize.css v1 provides legacy browser support](https://github.com/necolas/normalize.css/tree/v1) (IE 6+, Safari 4+), but is no longer actively developed._
55-
56-
5737

5838
## Extended details and known issues
5939

60-
Additional detail and explanation of the esoteric parts of normalize.css.
40+
Additional detail and explanation of the esoteric parts of normalize.
6141

6242
#### `pre, code, kbd, samp`
6343

@@ -119,18 +99,7 @@ contribution process easy and effective for everyone involved.
11999
- [opinionate.css](https://github.com/adamgruber/opinionate.css) - Supplement to normalize, restores opinionated rules removed in v6
120100
- [sanitize.css](https://github.com/jonathantneal/sanitize.css) - Alternative to normalize, adheres to common developer expectations and preferences
121101

122-
123102
## Acknowledgements
124103

125-
Normalize.css is a project by [Nicolas Gallagher](https://github.com/necolas),
126-
co-created with [Jonathan Neal](https://github.com/jonathantneal).
127-
128-
129-
[changelog-image]: https://img.shields.io/badge/changelog-md-blue.svg?style=flat-square
130-
[changelog-url]: CHANGELOG.md
131-
[license-image]: https://img.shields.io/npm/l/normalize.css.svg?style=flat-square
132-
[license-url]: LICENSE.md
133-
[npm-image]: https://img.shields.io/npm/v/normalize.css.svg?style=flat-square
134-
[npm-url]: https://www.npmjs.com/package/normalize.css
135-
[gitter-image]: https://img.shields.io/badge/chat-gitter-blue.svg?style=flat-square
136-
[gitter-url]: https://gitter.im/necolas/normalize.css
104+
Normalize is a project by [Jonathan Neal](https://github.com/jonathantneal),
105+
co-created with [Nicolas Gallagher](https://github.com/necolas).

0 commit comments

Comments
 (0)