Skip to content

Update docs page reference to css file path. Add inline style to pre elements on home page.. #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 26, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update style of overflow to auto for pre elements on home page and ch…
…ange file path to reference minified version for docs page.
  • Loading branch information
sndsgn committed Feb 26, 2016
commit ab985f3c2086290bb17cd453872bf8b60436f87e
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ <h1>Getting Started</h1>
<p class="measure lh-copy">
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
</p>
<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>
<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>
<p class="mt4"><b>or</b> install via npm</p>
<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>
<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>
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
<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
<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
cd tachyons
npm install &amp;&amp; npm build
</code></pre>
Expand Down Expand Up @@ -292,7 +292,7 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-border-colors">tachyons-border-colors</a>
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-border-colors">View on GitHub</a>
<div>
<span class="dark-gray fw4 pr2">v4.0.0</span>
<span class="dark-gray fw4 pr2">v4.0.4</span>
<span class="dark-gray">297 B</span>
</div>
</div>
Expand Down Expand Up @@ -348,7 +348,7 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-colors">tachyons-colors</a>
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-colors">View on GitHub</a>
<div>
<span class="dark-gray fw4 pr2">v5.1.0</span>
<span class="dark-gray fw4 pr2">v5.1.1</span>
</div>
</div>
<div class="mb3">
Expand Down Expand Up @@ -379,8 +379,8 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-font-family">tachyons-font-family</a>
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-font-family">View on GitHub</a>
<div>
<span class="dark-gray fw4 pr2">v4.1.0</span>
<span class="dark-gray">217 B</span>
<span class="dark-gray fw4 pr2">v4.1.1</span>
<span class="dark-gray">232 B</span>
</div>
</div>
<div class="mb3">
Expand Down Expand Up @@ -490,15 +490,15 @@ <h3 class="f5 fw6 ttu tracked"><a href="#npm" class="link mid-gray">Tachyons on
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-skins">tachyons-skins</a>
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-skins">View on GitHub</a>
<div>
<span class="dark-gray fw4 pr2">v3.0.0</span>
<span class="dark-gray fw4 pr2">v3.1.0</span>
<span class="dark-gray">672 B</span>
</div>
</div>
<div class="mb3">
<a class="f3 link dim dark-gray b" href="http://npmjs.com/package/tachyons-spacing">tachyons-spacing</a>
<a class="link dim dark-gray f6" href="http://github.com/mrmrs/tachyons-spacing">View on GitHub</a>
<div>
<span class="dark-gray fw4 pr2">v5.0.0</span>
<span class="dark-gray fw4 pr2">v5.0.2</span>
<span class="dark-gray">1.7 KB</span>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ <h1>Getting Started</h1>
<p class="measure lh-copy">
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
</p>
<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>
<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>
<p class="mt4"><b>or</b> install via npm</p>
<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>
<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>
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
<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
<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
cd tachyons
npm install &amp;&amp; npm build
</code></pre>
Expand Down