Skip to content

Commit 0050384

Browse files
committed
README: change guidance and demphasise v1
* Recommend that normalize.css is used as library code (i.e., not modified). * Add a note that v1 is no longer actively developed.
1 parent 77982e2 commit 0050384

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# normalize.css v2
22

33
Normalize.css is a customisable CSS file that makes browsers render all
4-
elements more consistently and in line with modern standards. We researched the
5-
differences between default browser styles in order to precisely target only
6-
the styles that need normalizing.
4+
elements more consistently and in line with modern standards.
75

8-
[Check out the demo](http://necolas.github.io/normalize.css/latest/test.html)
6+
The project relies on researching the differences between default browser
7+
styles in order to precisely target only the styles that need or benefit from
8+
normalizing.
99

10-
[Legacy browser support is available in v1](https://github.com/necolas/normalize.css/tree/v1)
10+
[Check out the demo](http://necolas.github.io/normalize.css/latest/test.html)
1111

1212
## Install
1313

@@ -25,11 +25,10 @@ Install with [Bower](http://bower.io/): `bower install --save normalize-css`
2525

2626
## How to use it
2727

28-
Normalize.css is intended to be used as an alternative to CSS resets.
28+
No other styles should come before Normalize.css.
2929

30-
It's suggested that you read the `normalize.css` file and consider customising
31-
it to meet your needs. Alternatively, include the file in your project and
32-
override the defaults later in your CSS.
30+
It is recommended that you include the `normalize.css` file as untouched
31+
library code.
3332

3433
## Browser support
3534

@@ -39,7 +38,11 @@ override the defaults later in your CSS.
3938
* Opera 12+
4039
* Internet Explorer 8+
4140

42-
## Contribute
41+
[Normalize.css v1 provides legacy browser
42+
support](https://github.com/necolas/normalize.css/tree/v1) (IE 6+, Safari 4+),
43+
but is no longer actively developed.
44+
45+
## Contributing
4346

4447
Please read the CONTRIBUTING.md
4548

0 commit comments

Comments
 (0)