mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Merge pull request #528 from battaglr/add-bower-install-details
Add Bower install details
This commit is contained in:
commit
9924969c5f
@ -12,6 +12,8 @@ normalizing.
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
* [npm](http://npmjs.org/): `npm install --save normalize.css`
|
* [npm](http://npmjs.org/): `npm install --save normalize.css`
|
||||||
|
* [Bower](http://bower.io/): `bower install --save
|
||||||
|
https://github.com/necolas/normalize.css.git`
|
||||||
* [cdnjs](https://cdnjs.com/libraries/normalize)
|
* [cdnjs](https://cdnjs.com/libraries/normalize)
|
||||||
* [Download](http://necolas.github.io/normalize.css/latest/normalize.css).
|
* [Download](http://necolas.github.io/normalize.css/latest/normalize.css).
|
||||||
|
|
||||||
@ -50,7 +52,7 @@ Additional detail and explanation of the esoteric parts of normalize.css.
|
|||||||
|
|
||||||
The `font-family: monospace, monospace` hack fixes the inheritance and scaling
|
The `font-family: monospace, monospace` hack fixes the inheritance and scaling
|
||||||
of font-size for preformatted text. The duplication of `monospace` is
|
of font-size for preformatted text. The duplication of `monospace` is
|
||||||
intentional. [Source](http://en.wikipedia.org/wiki/User:Davidgothberg/Test59).
|
intentional. [Source](http://en.wikipedia.org/wiki/User:Davidgothberg/Test59).
|
||||||
|
|
||||||
#### `sub, sup`
|
#### `sub, sup`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user