Skip to content

Commit fab8216

Browse files
author
mrmrs
committed
Update source templates.
1 parent c71bd0b commit fab8216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/templates/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
44
Tachyons
55
<div class="dib">
6-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.1.3</small>
6+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.2.0</small>
77
</div>
88
</a>
99
</div>

src/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1 class="mtn f4 ttu tracked">Getting Started</h1>
6666
<p class="f5 measure lh-copy">
6767
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
6868
</p>
69-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@<%= version %>/css/tachyons.min.css"/&gt;</code></pre>
69+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://unpkg.com/tachyons@<%= version %>/css/tachyons.min.css"/&gt;</code></pre>
7070
<p class="mt4"><b>or</b> install via npm</p>
7171
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">npm install --save-dev tachyons@<%= version %></code></pre>
7272
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>

0 commit comments

Comments
 (0)