You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
normalize.css
2
2
=============
3
3
4
-
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
4
+
Normalize.css is a customisable CSS file that makes browsers render all
5
+
elements more consistently and in line with modern standards. We researched the
6
+
differences between default browser styles in order to precisely target only
7
+
the styles that need normalizing.
5
8
6
9
[Check out the demo](http://necolas.github.com/normalize.css/demo.html)
7
10
@@ -19,11 +22,9 @@ How to use it
19
22
20
23
Normalize.css is intended to be used as an alternative to CSS resets.
21
24
22
-
It is suggested that you read through the `normalize.css` file and customise it to meet the design requirements of a project rather including it as a "black box".
23
-
24
-
If you prefer to use a different CSS formatting style, consider using a tool like [Procssor](http://procssor.com/).
25
-
26
-
If you would like to minify the file, you can use a tool like this [online CSS compressor using YUI Compressor](http://www.refresh-sf.com/yui/) or perform the minification as part of your build process.
25
+
It's suggested that you read the `normalize.css` file and consider customising
26
+
it to meet your needs. Alternatively, include the file in your project and
27
+
override the defaults later in your CSS.
27
28
28
29
Browser support
29
30
-----------
@@ -37,7 +38,8 @@ Browser support
37
38
Contribute
38
39
-----------
39
40
40
-
Please read the Wiki entry on [contributing to Normalize.css](https://github.com/necolas/normalize.css/wiki/contribute)
0 commit comments