Skip to content

Commit 6940762

Browse files
committed
Fix font style of form elements in Normalize.css v5.
1 parent e822d36 commit 6940762

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmui-zero",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"homepage": "https://github.com/CMUI/zero",
55
"author": "cssmagic <[email protected]>",
66
"description": "HTML5 CSS reset in Stylus.",
@@ -12,6 +12,7 @@
1212
"license": "MIT",
1313
"scripts": {
1414
"dist": "gulp",
15+
"prepublish": "npm run dist",
1516
"test": "echo \"Error: no test specified\" && exit 1"
1617
},
1718
"dependencies": {

src/zero.styl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ hr
6262
reset-border()
6363
border-top 1px solid
6464
background-color transparent
65+
66+
/* --------------------------------------------- */
67+
/* fix: normalize.css v5.0.0 */
68+
button
69+
input
70+
optgroup
71+
select
72+
textarea
73+
font-family inherit
74+
line-height inherit

0 commit comments

Comments
 (0)