Skip to content

Commit 2233160

Browse files
authored
Reference beta.45
1 parent 36e8ca8 commit 2233160

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
3131
Tachyons
3232
<div class="dib">
33-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.34</small>
33+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.35</small>
3434
</div>
3535
</a>
3636
</div>
@@ -100,7 +100,7 @@ <h1 class="f4 f1-ns lh-title measure mtn">
100100
<div class="fl-l w-50-l tl tc-ns pt4 pt5-ns">
101101
<a class="dib ba b--black-20 bg-black-05 f5 small-caps ph4 pv3 link br2 white grow" href="https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css">Download Tachyons</a>
102102
<div class="tc-ns mt2">
103-
<code class="f6 di white-60 mono">v4.0.0-beta.34</code>
103+
<code class="f6 di white-60 mono">v4.0.0-beta.35</code>
104104
</div>
105105

106106

@@ -112,9 +112,9 @@ <h1 class="mtn f5 ttu">Getting Started</h1>
112112
<p class="measure lh-copy">
113113
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
114114
</p>
115-
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.34/css/tachyons.min.css"&gt;</code></pre>
115+
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.35/css/tachyons.min.css"&gt;</code></pre>
116116
<p class="mt4"><b>or</b> install via npm</p>
117-
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">npm install --save-dev tachyons@4.0.0-beta.34</code></pre>
117+
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">npm install --save-dev tachyons@4.0.0-beta.35</code></pre>
118118
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
119119
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
120120
cd tachyons

0 commit comments

Comments
 (0)