mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
4.0.0
This commit is contained in:
parent
7f2eaef38d
commit
84f39fb494
@ -1,6 +1,6 @@
|
||||
# Changes to normalize.css
|
||||
|
||||
### HEAD
|
||||
### 4.0.0 (March 19, 2016)
|
||||
|
||||
* Add the correct font weight for `b` and `strong` in Chrome, Edge, and Safari.
|
||||
* Correct inconsistent `overflow` for `hr` in Edge and IE.
|
||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -1,4 +1,4 @@
|
||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
||||
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
|
||||
|
||||
/**
|
||||
* 1. Change the default font family in all browsers (opinionated).
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "normalize.css",
|
||||
"version": "3.0.3",
|
||||
"version": "4.0.0",
|
||||
"description": "A modern alternative to CSS resets",
|
||||
"style": "normalize.css",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user