Merge pull request #544 from tachyons-css/pin-version

Pin version in unpkg link
This commit is contained in:
John Otander 2018-03-13 22:37:26 -06:00 committed by GitHub
commit 31e750adc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,11 +41,6 @@ The modules are generally pretty small and thus quick and easy to read.
The quickest and easiest way to start using tachyons is to include a reference
to the minified file in the head of your html file.
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.1
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css">
```