11# normalize.css v2
22
33Normalize.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
4447Please read the CONTRIBUTING.md
4548
0 commit comments