Skip to content

Commit

Permalink
4.9.1
Browse files Browse the repository at this point in the history
johno committed Jan 1, 2018

Verified

This commit was signed with the committer’s verified signature.
MilesCranmer Miles Cranmer
1 parent c396e10 commit c0f54d3
Showing 4 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions css/tachyons.css
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion css/tachyons.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c0f54d3

Please sign in to comment.