4.9.1
This commit is contained in:
parent
c396e10bfb
commit
c0f54d390a
4 changed files with 8 additions and 7 deletions
|
@ -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; }
|
||||
/*
|
||||
|
||||
|
|
2
css/tachyons.min.css
vendored
2
css/tachyons.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue