Upgrade deps

This commit is contained in:
John Otander 2016-06-19 12:00:59 -06:00
parent d712e80e8a
commit 26f018a0ec
5 changed files with 12 additions and 10 deletions

View File

@ -252,8 +252,9 @@ textarea { overflow: auto; }
Box Sizing
*/
html, body, div, article, section, main, footer, header, form, fieldset, pre,
code, p, ul, ol, li, dl, dt, dd, textarea, input[type="text"], input[type="tel"],
input[type="email"], input[type="url"], input[type="password"], .border-box { box-sizing: border-box; }
code, p, ul, ol, li, dl, dt, dd, textarea, input[type="email"],
input[type="number"], input[type="password"], input[type="tel"],
input[type="text"], input[type="url"], .border-box { box-sizing: border-box; }
/*
BACKGROUND SIZE
@ -1165,7 +1166,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
.dim:active { opacity: .8; transition: opacity .15s ease-out; }
/*
Hide child on hover:
Hide child & reveal on hover:
Put the hide-child class on a parent element and any nested element with the
child class will be hidden and displayed on hover or focus.

File diff suppressed because one or more lines are too long

View File

@ -62,7 +62,7 @@
"tachyons-border-style": "^3.0.2",
"tachyons-border-widths": "^2.0.2",
"tachyons-borders": "^2.1.0",
"tachyons-box-sizing": "^3.1.1",
"tachyons-box-sizing": "^3.1.2",
"tachyons-box-shadow": "^1.1.0",
"tachyons-clears": "^2.2.0",
"tachyons-colors": "^5.1.2",
@ -75,7 +75,7 @@
"tachyons-font-weight": "^4.0.3",
"tachyons-forms": "^3.0.0",
"tachyons-heights": "^5.0.0",
"tachyons-hovers": "^2.3.0",
"tachyons-hovers": "^2.3.1",
"tachyons-images": "^1.0.3",
"tachyons-letter-spacing": "^2.1.2",
"tachyons-line-height": "^2.0.4",

View File

@ -22,11 +22,12 @@ dl,
dt,
dd,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
.border-box {
box-sizing: border-box;
}

View File

@ -28,7 +28,7 @@
/*
Hide child on hover:
Hide child & reveal on hover:
Put the hide-child class on a parent element and any nested element with the
child class will be hidden and displayed on hover or focus.