Skip to content

Commit 69b04ba

Browse files
author
mrmrs
committed
Update to 4.5.0 on the homepage
1 parent 4f9bf51 commit 69b04ba

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

index.html

+22-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
3232
Tachyons
3333
<div class="dib">
34-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.4.2</small>
34+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.5.0</small>
3535
</div>
3636
</a>
3737
</div>
@@ -104,7 +104,7 @@ <h1 class="f4 fw6 f1-ns lh-title measure mt0">
104104
<a
105105
class="f6 f5-ns fw6 dib ba b--black-20 bg-blue white ph3 ph4-ns pv2 pv3-ns br2 grow no-underline"
106106
href="https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css">
107-
Download <code class="f6 fw4 di">v4.4.1</code>
107+
Download <code class="f6 fw4 di">v4.5.0</code>
108108
</a>
109109
</div>
110110
</div>
@@ -116,9 +116,9 @@ <h1 class="mt0 f5 f3-ns">Getting Started</h1>
116116
<p class="f5 measure lh-copy">
117117
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
118118
</p>
119-
<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@4.4.1/css/tachyons.min.css"/&gt;</code></pre>
119+
<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@4.5.0/css/tachyons.min.css"/&gt;</code></pre>
120120
<p class="mt4"><b>or</b> install via npm</p>
121-
<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@4.4.1</code></pre>
121+
<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@4.5.0</code></pre>
122122
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
123123
<pre class="pre" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
124124
cd tachyons
@@ -509,12 +509,24 @@ <h3 class="f6 ttu fw6 mt0 bb pb2">Grids</h3>
509509
<div class="fl w-100 pa2">
510510
<div class="outline bg-white tc pv4"><code>fl w-100 pa2</code></div>
511511
</div>
512+
<div class="fl w-90 pa2">
513+
<div class="outline bg-white tc pv4"><code>fl w-90 pa2</code></div>
514+
</div>
515+
<div class="fl w-10 pa2">
516+
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
517+
</div>
512518
<div class="fl w-80 pa2">
513519
<div class="outline bg-white tc pv4"><code>fl w-80 pa2</code></div>
514520
</div>
515521
<div class="fl w-20 pa2">
516522
<div class="outline bg-white tc pv4"><code>fl w-20 pa2</code></div>
517523
</div>
524+
<div class="fl w-70 pa2">
525+
<div class="outline bg-white tc pv4"><code>fl w-80 pa2</code></div>
526+
</div>
527+
<div class="fl w-30 pa2">
528+
<div class="outline bg-white tc pv4"><code>fl w-20 pa2</code></div>
529+
</div>
518530
<div class="fl w-75 pa2">
519531
<div class="outline bg-white tc pv4"><code>fl w-75 pa2</code></div>
520532
</div>
@@ -542,6 +554,12 @@ <h3 class="f6 ttu fw6 mt0 bb pb2">Grids</h3>
542554
<div class="fl w-third pa2">
543555
<div class="outline bg-white tc pv4"><code>fl w-third pa2</code></div>
544556
</div>
557+
<div class="fl w-third pa2">
558+
<div class="outline bg-white tc pv4"><code>fl w-third pa2</code></div>
559+
</div>
560+
<div class="fl w-two-thirds pa2">
561+
<div class="outline bg-white tc pv4"><code>fl w-two-third-s pa2</code></div>
562+
</div>
545563
<div class="fl w-25 pa2">
546564
<div class="outline bg-white tc pv4"><code>fl w-25 pa2</code></div>
547565
</div>

0 commit comments

Comments
 (0)