mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
Add MIT License
This commit is contained in:
parent
b7579700ea
commit
31f72b55be
19
LICENSE
Normal file
19
LICENSE
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Copyright (c) Nicolas Gallagher and Jonathan Neal
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||||
|
of the Software, and to permit persons to whom the Software is furnished to do
|
||||||
|
so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
23
README.md
23
README.md
@ -1,5 +1,4 @@
|
|||||||
normalize.css
|
# normalize.css
|
||||||
=============
|
|
||||||
|
|
||||||
Normalize.css is a customisable CSS file that makes browsers render all
|
Normalize.css is a customisable CSS file that makes browsers render all
|
||||||
elements more consistently and in line with modern standards. We researched the
|
elements more consistently and in line with modern standards. We researched the
|
||||||
@ -8,8 +7,7 @@ the styles that need normalizing.
|
|||||||
|
|
||||||
[Check out the demo](http://necolas.github.com/normalize.css/demo.html)
|
[Check out the demo](http://necolas.github.com/normalize.css/demo.html)
|
||||||
|
|
||||||
What does it do?
|
## What does it do?
|
||||||
-----------
|
|
||||||
|
|
||||||
* Preserves useful defaults, unlike many CSS resets.
|
* Preserves useful defaults, unlike many CSS resets.
|
||||||
* Normalizes styles for a wide range of elements.
|
* Normalizes styles for a wide range of elements.
|
||||||
@ -17,8 +15,7 @@ What does it do?
|
|||||||
* Improves usability with subtle improvements.
|
* Improves usability with subtle improvements.
|
||||||
* Explains what code does using detailed comments.
|
* Explains what code does using detailed comments.
|
||||||
|
|
||||||
How to use it
|
## How to use it
|
||||||
-----------
|
|
||||||
|
|
||||||
Normalize.css is intended to be used as an alternative to CSS resets.
|
Normalize.css is intended to be used as an alternative to CSS resets.
|
||||||
|
|
||||||
@ -26,8 +23,7 @@ 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
|
it to meet your needs. Alternatively, include the file in your project and
|
||||||
override the defaults later in your CSS.
|
override the defaults later in your CSS.
|
||||||
|
|
||||||
Browser support
|
## Browser support
|
||||||
-----------
|
|
||||||
|
|
||||||
* Google Chrome
|
* Google Chrome
|
||||||
* Mozilla Firefox 3+
|
* Mozilla Firefox 3+
|
||||||
@ -35,19 +31,12 @@ Browser support
|
|||||||
* Opera 10+
|
* Opera 10+
|
||||||
* Internet Explorer 6+
|
* Internet Explorer 6+
|
||||||
|
|
||||||
Contribute
|
## Contribute
|
||||||
-----------
|
|
||||||
|
|
||||||
Please read my [issue
|
Please read my [issue
|
||||||
guidelines](https://github.com/necolas/issue-guidelines).
|
guidelines](https://github.com/necolas/issue-guidelines).
|
||||||
|
|
||||||
License
|
## Acknowledgements
|
||||||
-----------
|
|
||||||
|
|
||||||
Public domain
|
|
||||||
|
|
||||||
Acknowledgements
|
|
||||||
------------
|
|
||||||
|
|
||||||
Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas)
|
Normalize.css is a project by [Nicolas Gallagher](http://github.com/necolas)
|
||||||
and [Jonathan Neal](http://github.com/jonathantneal).
|
and [Jonathan Neal](http://github.com/jonathantneal).
|
||||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
|
/*! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
HTML5 display definitions
|
HTML5 display definitions
|
||||||
|
Loading…
Reference in New Issue
Block a user