Skip to content

Commit ab985f3

Browse files
committed
Update style of overflow to auto for pre elements on home page and change file path to reference minified version for docs page.
1 parent 77b76aa commit ab985f3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ <h1>Getting Started</h1>
5151
<p class="measure lh-copy">
5252
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
5353
</p>
54-
<pre class="pre black-70"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css"&gt;</code></pre>
54+
<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://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css"&gt;</code></pre>
5555
<p class="mt4"><b>or</b> install via npm</p>
56-
<pre class="pre black-70"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons</code></pre>
56+
<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</code></pre>
5757
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
58-
<pre class="pre black-70"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
58+
<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
5959
cd tachyons
6060
npm install &amp;&amp; npm build
6161
</code></pre>
@@ -292,7 +292,7 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
292292
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-border-colors">tachyons-border-colors</a>
293293
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-border-colors">View on GitHub</a>
294294
<div>
295-
<span class="dark-gray fw4 pr2">v4.0.0</span>
295+
<span class="dark-gray fw4 pr2">v4.0.4</span>
296296
<span class="dark-gray">297 B</span>
297297
</div>
298298
</div>
@@ -348,7 +348,7 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
348348
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-colors">tachyons-colors</a>
349349
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-colors">View on GitHub</a>
350350
<div>
351-
<span class="dark-gray fw4 pr2">v5.1.0</span>
351+
<span class="dark-gray fw4 pr2">v5.1.1</span>
352352
</div>
353353
</div>
354354
<div class="mb3">
@@ -379,8 +379,8 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
379379
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-font-family">tachyons-font-family</a>
380380
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-font-family">View on GitHub</a>
381381
<div>
382-
<span class="dark-gray fw4 pr2">v4.1.0</span>
383-
<span class="dark-gray">217 B</span>
382+
<span class="dark-gray fw4 pr2">v4.1.1</span>
383+
<span class="dark-gray">232 B</span>
384384
</div>
385385
</div>
386386
<div class="mb3">
@@ -490,15 +490,15 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
490490
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-skins">tachyons-skins</a>
491491
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-skins">View on GitHub</a>
492492
<div>
493-
<span class="dark-gray fw4 pr2">v3.0.0</span>
493+
<span class="dark-gray fw4 pr2">v3.1.0</span>
494494
<span class="dark-gray">672 B</span>
495495
</div>
496496
</div>
497497
<div class="mb3">
498498
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-spacing">tachyons-spacing</a>
499499
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-spacing">View on GitHub</a>
500500
<div>
501-
<span class="dark-gray fw4 pr2">v5.0.0</span>
501+
<span class="dark-gray fw4 pr2">v5.0.2</span>
502502
<span class="dark-gray">1.7 KB</span>
503503
</div>
504504
</div>

src/templates/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ <h1>Getting Started</h1>
2424
<p class="measure lh-copy">
2525
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
2626
</p>
27-
<pre class="pre black-70"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css"&gt;</code></pre>
27+
<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://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css"&gt;</code></pre>
2828
<p class="mt4"><b>or</b> install via npm</p>
29-
<pre class="pre black-70"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons</code></pre>
29+
<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</code></pre>
3030
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
31-
<pre class="pre black-70"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
31+
<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
3232
cd tachyons
3333
npm install &amp;&amp; npm build
3434
</code></pre>

0 commit comments

Comments
 (0)