-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in font family ordering. Regenerate some css.
- Loading branch information
mrmrs
committed
Dec 14, 2016
1 parent
951acdc
commit 9b7c4b3
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.6.0 | ||
You can also specify a specific version. The latest version is 4.6.1 | ||
```html | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].0/css/tachyons.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/css/tachyons.min.css"> | ||
``` | ||
|
||
### Local Setup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*! TACHYONS v4.6.0 | http://tachyons.io */ | ||
/*! TACHYONS v4.6.1 | http://tachyons.io */ | ||
|
||
/* | ||
* | ||
|