File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11# Changes to normalize.css
22
3+ ### 4.2.0 (April 12, 2016)
4+
5+ * Correct the ` line-height ` in all browsers.
6+ * Restore ` optgroup ` font inheritance.
7+ * Update normalize.css heading.
8+
39### 4.1.1 (April 12, 2016)
410
511* Update normalize.css heading.
1420* Restore ` main ` to package.json.
1521* Restore proper overflow to certain ` select ` elements.
1622* Remove opinionated cursor styles on buttons.
17- * Update stylelint configuration
18- * Update tests
23+ * Update stylelint configuration.
24+ * Update tests.
1925
2026### 4.0.0 (March 19, 2016)
2127
Original file line number Diff line number Diff line change 11{
22 "name" : " normalize.css" ,
3- "version" : " 4.1.1 " ,
3+ "version" : " 4.2.0 " ,
44 "description" : " A modern alternative to CSS resets" ,
55 "main" : " normalize.css" ,
66 "style" : " normalize.css" ,
99 " normalize.css"
1010 ],
1111 "devDependencies" : {
12- "stylelint" : " ^5.4.0 " ,
13- "stylelint-config-standard" : " ^5 .0.0"
12+ "stylelint" : " ^6.7.1 " ,
13+ "stylelint-config-standard" : " ^9 .0.0"
1414 },
1515 "scripts" : {
1616 "test" : " stylelint normalize.css"
Original file line number Diff line number Diff line change 33< meta charset ="utf-8 ">
44< meta name ="viewport " content ="width=device-width,initial-scale=1 ">
55< title > Normalize CSS: UI tests</ title >
6- < script src ="https://html5shim.googlecode. com/svn/trunk/html5 .js "> </ script >
6+ < script src ="https://rawgit. com/aFarkas/html5shiv/gh-pages/dist/html5shiv.min .js "> </ script >
77< link rel ="stylesheet " href ="normalize.css ">
88< style >
99 /*! suit-test v0.1.0 | MIT License | github.com/suitcss */
@@ -90,6 +90,10 @@ <h3 class="Test-it">should have sans-serif font family (opinionated)</h3>
9090 < div class ="Test-run ">
9191 abcdefghijklmnopqrstuvwxyz
9292 </ div >
93+ < h3 class ="Test-it "> should have a line height of 1.15</ h3 >
94+ < div class ="Test-run ">
95+ abcdefghijklmnopqrstuvwxyz
96+ </ div >
9397
9498 < h2 class ="Test-describe "> < code > body</ code > </ h2 >
9599 < h3 class ="Test-it "> should have no margin (opinionated)</ h3 >
You can’t perform that action at this time.
0 commit comments