mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
4.2.0
This commit is contained in:
parent
25a109d845
commit
bfe6c20e18
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,11 @@
|
|||||||
# Changes to normalize.css
|
# Changes to normalize.css
|
||||||
|
|
||||||
|
### 4.2.0 (April 12, 2016)
|
||||||
|
|
||||||
|
* Correct the `line-height` in all browsers.
|
||||||
|
* Restore `optgroup` font inheritance.
|
||||||
|
* Update normalize.css heading.
|
||||||
|
|
||||||
### 4.1.1 (April 12, 2016)
|
### 4.1.1 (April 12, 2016)
|
||||||
|
|
||||||
* Update normalize.css heading.
|
* Update normalize.css heading.
|
||||||
@ -14,8 +20,8 @@
|
|||||||
* Restore `main` to package.json.
|
* Restore `main` to package.json.
|
||||||
* Restore proper overflow to certain `select` elements.
|
* Restore proper overflow to certain `select` elements.
|
||||||
* Remove opinionated cursor styles on buttons.
|
* Remove opinionated cursor styles on buttons.
|
||||||
* Update stylelint configuration
|
* Update stylelint configuration.
|
||||||
* Update tests
|
* Update tests.
|
||||||
|
|
||||||
### 4.0.0 (March 19, 2016)
|
### 4.0.0 (March 19, 2016)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "normalize.css",
|
"name": "normalize.css",
|
||||||
"version": "4.1.1",
|
"version": "4.2.0",
|
||||||
"description": "A modern alternative to CSS resets",
|
"description": "A modern alternative to CSS resets",
|
||||||
"main": "normalize.css",
|
"main": "normalize.css",
|
||||||
"style": "normalize.css",
|
"style": "normalize.css",
|
||||||
@ -9,8 +9,8 @@
|
|||||||
"normalize.css"
|
"normalize.css"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"stylelint": "^5.4.0",
|
"stylelint": "^6.7.1",
|
||||||
"stylelint-config-standard": "^5.0.0"
|
"stylelint-config-standard": "^9.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "stylelint normalize.css"
|
"test": "stylelint normalize.css"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<title>Normalize CSS: UI tests</title>
|
<title>Normalize CSS: UI tests</title>
|
||||||
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="https://rawgit.com/aFarkas/html5shiv/gh-pages/dist/html5shiv.min.js"></script>
|
||||||
<link rel="stylesheet" href="normalize.css">
|
<link rel="stylesheet" href="normalize.css">
|
||||||
<style>
|
<style>
|
||||||
/*! suit-test v0.1.0 | MIT License | github.com/suitcss */
|
/*! suit-test v0.1.0 | MIT License | github.com/suitcss */
|
||||||
@ -90,6 +90,10 @@
|
|||||||
<div class="Test-run">
|
<div class="Test-run">
|
||||||
abcdefghijklmnopqrstuvwxyz
|
abcdefghijklmnopqrstuvwxyz
|
||||||
</div>
|
</div>
|
||||||
|
<h3 class="Test-it">should have a line height of 1.15</h3>
|
||||||
|
<div class="Test-run">
|
||||||
|
abcdefghijklmnopqrstuvwxyz
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2 class="Test-describe"><code>body</code></h2>
|
<h2 class="Test-describe"><code>body</code></h2>
|
||||||
<h3 class="Test-it">should have no margin (opinionated)</h3>
|
<h3 class="Test-it">should have no margin (opinionated)</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user