Skip to content

Commit 0bb65ad

Browse files
author
mrmrs
committed
Update the header for site
1 parent cf8c417 commit 0bb65ad

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

components/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
2121
Tachyons
2222
<div class="dib">
23-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</small>
23+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.28</small>
2424
</div>
2525
</a>
2626
</div>

docs/table-of-properties/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
2525
Tachyons
2626
<div class="dib">
27-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</small>
27+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.28</small>
2828
</div>
2929
</a>
3030
</div>

docs/table-of-styles/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
2525
Tachyons
2626
<div class="dib">
27-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</small>
27+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.28</small>
2828
</div>
2929
</a>
3030
</div>

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
2323
Tachyons
2424
<div class="dib">
25-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</small>
25+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.28</small>
2626
</div>
2727
</a>
2828
</div>
@@ -66,9 +66,9 @@ <h1>Getting Started</h1>
6666
<p class="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-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.27/css/tachyons.min.css"&gt;</code></pre>
69+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.28/css/tachyons.min.css"&gt;</code></pre>
7070
<p class="mt4"><b>or</b> install via npm</p>
71-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons@4.0.0-beta.27</code></pre>
71+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons@4.0.0-beta.28</code></pre>
7272
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
7373
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
7474
cd tachyons

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.0.0-beta.27</small>
6+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.28</small>
77
</div>
88
</a>
99
</div>

src/templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ <h1>Getting Started</h1>
3333
<p class="measure lh-copy">
3434
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
3535
</p>
36-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.27/css/tachyons.min.css"&gt;</code></pre>
36+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.28/css/tachyons.min.css"&gt;</code></pre>
3737
<p class="mt4"><b>or</b> install via npm</p>
38-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons@4.0.0-beta.27</code></pre>
38+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons@4.0.0-beta.28</code></pre>
3939
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
4040
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
4141
cd tachyons

0 commit comments

Comments
 (0)