|
1 | 1 | # normalize.css |
2 | 2 |
|
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" |
5 | 5 | width="80" height="80" align="right"></a> |
6 | 6 |
|
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. |
8 | 9 |
|
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 |
15 | 11 |
|
16 | 12 | ```sh |
17 | | -npm install --save normalize.css |
| 13 | +npm install --save jonathantneal/normalize.css |
18 | 14 | ``` |
19 | 15 |
|
20 | | -**Bower** |
21 | | - |
22 | | -```sh |
23 | | -bower install --save normalize-css |
24 | | -``` |
25 | | - |
26 | | -**CDN** |
27 | | - |
28 | | -See https://cdnjs.com/libraries/normalize |
29 | | - |
30 | 16 | **Download** |
31 | 17 |
|
32 | | -See https://necolas.github.io/normalize.css/latest/normalize.css |
| 18 | +See https://jonathantneal.github.io/normalize/latest/normalize.css |
33 | 19 |
|
34 | 20 |
|
35 | 21 | ## What does it do? |
36 | 22 |
|
37 | | -* Preserves useful defaults, unlike many CSS resets. |
38 | 23 | * Normalizes styles for a wide range of elements. |
39 | 24 | * Corrects bugs and common browser inconsistencies. |
40 | | -* Improves usability with subtle modifications. |
41 | 25 | * Explains what code does using detailed comments. |
42 | 26 |
|
43 | | - |
44 | 27 | ## Browser support |
45 | 28 |
|
46 | | -* Chrome (last two) |
47 | | -* Edge (last two) |
48 | | -* Firefox (last two) |
| 29 | +* Chrome (last three) |
| 30 | +* Edge (last three) |
| 31 | +* Firefox (last three) |
49 | 32 | * Firefox ESR |
50 | 33 | * Internet Explorer 8+ |
51 | | -* iOS Safari (last two) |
52 | | -* Opera (last two) |
| 34 | +* iOS Safari (last three) |
| 35 | +* Opera (last three) |
53 | 36 | * 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 | | - |
57 | 37 |
|
58 | 38 | ## Extended details and known issues |
59 | 39 |
|
60 | | -Additional detail and explanation of the esoteric parts of normalize.css. |
| 40 | +Additional detail and explanation of the esoteric parts of normalize. |
61 | 41 |
|
62 | 42 | #### `pre, code, kbd, samp` |
63 | 43 |
|
@@ -119,18 +99,7 @@ contribution process easy and effective for everyone involved. |
119 | 99 | - [opinionate.css](https://github.com/adamgruber/opinionate.css) - Supplement to normalize, restores opinionated rules removed in v6 |
120 | 100 | - [sanitize.css](https://github.com/jonathantneal/sanitize.css) - Alternative to normalize, adheres to common developer expectations and preferences |
121 | 101 |
|
122 | | - |
123 | 102 | ## Acknowledgements |
124 | 103 |
|
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