Skip to content

Commit a4d1773

Browse files
author
mrmrs
committed
Update beta number
1 parent ef31e8e commit a4d1773

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-9
lines changed

components/index.html

Lines changed: 1 addition & 1 deletion
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.24</small>
23+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</small>
2424
</div>
2525
</a>
2626
</div>

docs/table-of-properties/index.html

Lines changed: 1 addition & 1 deletion
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.24</small>
27+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</small>
2828
</div>
2929
</a>
3030
</div>

docs/table-of-styles/index.html

Lines changed: 1 addition & 1 deletion
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.24</small>
27+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</small>
2828
</div>
2929
</a>
3030
</div>

index.html

Lines changed: 12 additions & 3 deletions
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.24</small>
25+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</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.24/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.27/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.24</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.27</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
@@ -653,6 +653,15 @@ <h1><a href="#npm" class="link near-black">NPM</a></h1>
653653
</div>
654654
</div>
655655

656+
<div class="mb3 fl w-100 w-50-m w-33-l">
657+
<a class="db f4 link mb1 dim near-black b" href="http://npmjs.com/package/tachyons-tables">tachyons-tables</a>
658+
<div>
659+
<span class="fw4 pr2">v1.0.0</span>
660+
<span>142 B</span>
661+
<a class="link dim near-black dib ml2 f6" href="http://github.com/tachyons-css/tachyons-tables">View on GitHub</a>
662+
</div>
663+
</div>
664+
656665
<div class="mb3 fl w-100 w-50-m w-33-l">
657666
<a class="db f4 link mb1 dim near-black b" href="http://npmjs.com/package/tachyons-text-align">tachyons-text-align</a>
658667
<div>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"tachyons-position": "^5.0.0",
5252
"tachyons-skins": "^3.1.0",
5353
"tachyons-spacing": "^5.0.2",
54+
"tachyons-tables": "^1.0.0",
5455
"tachyons-text-align": "^2.0.3",
5556
"tachyons-text-decoration": "^3.1.0",
5657
"tachyons-text-transform": "^3.0.4",

src/templates/header.html

Lines changed: 1 addition & 1 deletion
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.24</small>
6+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.27</small>
77
</div>
88
</a>
99
</div>

src/templates/index.html

Lines changed: 2 additions & 2 deletions
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.24/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.27/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.24</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.27</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)