This commit is contained in:
John Otander 2018-01-01 10:01:27 -07:00
parent c396e10bfb
commit c0f54d390a
4 changed files with 8 additions and 7 deletions

View file

@ -242,9 +242,10 @@ template { display: none; }
BOX SIZING
*/
html, body, div, article, section, main, footer, header, form, fieldset, legend,
pre, code, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, textarea, table,
td, th, tr, input[type="email"], input[type="number"], input[type="password"],
html, body, div, article, aside, section, main, nav, footer, header, form,
fieldset, legend, pre, code, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt,
dd, blockquote, figcaption, figure, textarea, table, td, th, tr,
input[type="email"], input[type="number"], input[type="password"],
input[type="tel"], input[type="text"], input[type="url"], .border-box { box-sizing: border-box; }
/*

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "tachyons",
"version": "4.9.0",
"version": "4.9.1",
"description": "Functional CSS for humans",
"author": "mrmrs",
"style": "css/tachyons.min.css",

View file

@ -45,9 +45,9 @@ You can always grab the latest version with
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
```
You can also specify a specific version. The latest version is 4.9.0
You can also specify a specific version. The latest version is 4.9.1
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.0/css/tachyons.min.css">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css">
```
### Local Setup