diff options
author | Nicolas Gallagher <nicolasgallagher@gmail.com> | 2012-07-08 23:43:00 +0100 |
---|---|---|
committer | Nicolas Gallagher <nicolasgallagher@gmail.com> | 2012-07-08 23:43:00 +0100 |
commit | b7579700ead7f94ddb07687e0ec8fbf8efc4ad93 (patch) | |
tree | d53df0e75fa876e6df14372c6464edd2f38a54cd /README.md | |
parent | 6de1f055d654643dd074e3c166f7ec5089c7d2e6 (diff) | |
download | normalize.css-b7579700ead7f94ddb07687e0ec8fbf8efc4ad93.tar.gz normalize.css-b7579700ead7f94ddb07687e0ec8fbf8efc4ad93.zip |
Minor copy and comment adjustments
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -1,7 +1,10 @@ normalize.css ============= -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. +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. [Check out the demo](http://necolas.github.com/normalize.css/demo.html) @@ -19,11 +22,9 @@ How to use it Normalize.css is intended to be used as an alternative to CSS resets. -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". - -If you prefer to use a different CSS formatting style, consider using a tool like [Procssor](http://procssor.com/). - -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. +It's suggested that you read the `normalize.css` file and consider customising +it to meet your needs. Alternatively, include the file in your project and +override the defaults later in your CSS. Browser support ----------- @@ -37,7 +38,8 @@ Browser support Contribute ----------- -Please read the Wiki entry on [contributing to Normalize.css](https://github.com/necolas/normalize.css/wiki/contribute) +Please read my [issue +guidelines](https://github.com/necolas/issue-guidelines). License ----------- @@ -47,4 +49,5 @@ Public domain Acknowledgements ------------ -Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas) and [Jonathan Neal](http://github.com/jonathantneal). +Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas) +and [Jonathan Neal](http://github.com/jonathantneal). |