mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 14:26:46 +00:00
Upgrade deps
This commit is contained in:
parent
d712e80e8a
commit
26f018a0ec
@ -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.
|
||||
|
||||
2
css/tachyons.min.css
vendored
2
css/tachyons.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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",
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user