Skip to content

Commit

Permalink
Fix font style of form elements in Normalize.css v5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cssmagic committed Nov 1, 2016
1 parent e822d36 commit 6940762
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmui-zero",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/CMUI/zero",
"author": "cssmagic <cssmagic.cn@gmail.com>",
"description": "HTML5 CSS reset in Stylus.",
Expand All @@ -12,6 +12,7 @@
"license": "MIT",
"scripts": {
"dist": "gulp",
"prepublish": "npm run dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
Expand Down
10 changes: 10 additions & 0 deletions src/zero.styl
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,13 @@ hr
reset-border()
border-top 1px solid
background-color transparent

/* --------------------------------------------- */
/* fix: normalize.css v5.0.0 */
button
input
optgroup
select
textarea
font-family inherit
line-height inherit

0 comments on commit 6940762

Please sign in to comment.