Merge pull request #544 from tachyons-css/pin-version
Pin version in unpkg link
This commit is contained in:
commit
31e750adc8
1 changed files with 0 additions and 5 deletions
|
@ -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">
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue