Skip to content

Commit 33bf74a

Browse files
author
mrmrs
committed
Merge branch 'master' of github.com:tachyons-css/tachyons-css.github.io
2 parents c541ea4 + e5fc292 commit 33bf74a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

components/index.html

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

docs/table-of-properties/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
3333
Tachyons
3434
<div class="dib">
35-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.31</small>
35+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.34</small>
3636
</div>
3737
</a>
3838
</div>

docs/table-of-styles/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
3333
Tachyons
3434
<div class="dib">
35-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.31</small>
35+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.34</small>
3636
</div>
3737
</a>
3838
</div>

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.31</small>
33+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.34</small>
3434
</div>
3535
</a>
3636
</div>
@@ -74,9 +74,9 @@ <h1>Getting Started</h1>
7474
<p class="measure lh-copy">
7575
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
7676
</p>
77-
<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.31/css/tachyons.min.css"&gt;</code></pre>
77+
<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.34/css/tachyons.min.css"&gt;</code></pre>
7878
<p class="mt4"><b>or</b> install via npm</p>
79-
<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.31</code></pre>
79+
<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.34</code></pre>
8080
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
8181
<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
8282
cd tachyons
@@ -355,7 +355,7 @@ <h1>Testimonials</h1>
355355
<div class="">
356356
<h1><a href="#npm" class="link near-black">NPM</a></h1>
357357
<p class="f5 f3-ns lh-copy mt0 mb4 measure">
358-
The main tachyons repo is just a collection of encapsulated css modules available on npm and github.
358+
The main tachyons repo is a collection of encapsulated css modules available on npm and github.
359359
You can grab the entire toolkit, or a few selected modules.
360360
Mix and match them to suit your project's needs. Since tachyons modules are very focused on doing one thing well,
361361
most of them are extremely small (well under a kilobyte) so you

src/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h1>Testimonials</h1>
314314
<div class="">
315315
<h1><a href="#npm" class="link near-black">NPM</a></h1>
316316
<p class="f5 f3-ns lh-copy mt0 mb4 measure">
317-
The main tachyons repo is just a collection of encapsulated css modules available on npm and github.
317+
The main tachyons repo is a collection of encapsulated css modules available on npm and github.
318318
You can grab the entire toolkit, or a few selected modules.
319319
Mix and match them to suit your project's needs. Since tachyons modules are very focused on doing one thing well,
320320
most of them are extremely small (well under a kilobyte) so you

0 commit comments

Comments
 (0)