File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
< a href ="/ " class ="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim " title ="Home ">
4
4
Tachyons
5
5
< div class ="dib ">
6
- < small class ="nowrap f6 mt2 mt3-ns pr2 black-70 fw2 "> v4.0.5 </ small >
6
+ < small class ="nowrap f6 mt2 mt3-ns pr2 black-70 fw2 "> v4.1.0 </ small >
7
7
</ div >
8
8
</ a >
9
9
</ div >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ <h1 class="f4 f1-ns lh-title measure mtn">
59
59
< div class ="fl-l w-50-l tl tc-ns pt4 pt5-ns ">
60
60
< a class ="dib ba b--black-20 bg-black-05 f5 small-caps ph4 pv3 link br2 white grow " href ="https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css "> Download Tachyons</ a >
61
61
< div class ="tc-ns mt2 ">
62
- < code class ="f6 di white-60 mono "> v4.0.5 </ code >
62
+ < code class ="f6 di white-60 mono "> v4.1.0 </ code >
63
63
</ div >
64
64
65
65
@@ -71,9 +71,9 @@ <h1 class="mtn f4 ttu tracked">Getting Started</h1>
71
71
< p class ="f5 measure lh-copy ">
72
72
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
73
73
</ p >
74
- < pre class ="pre white-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-20 " style ="font-size: 14px; "> <link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.5 /css/tachyons.min.css"/></ code > </ pre >
74
+ < pre class ="pre white-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-20 " style ="font-size: 14px; "> <link rel="stylesheet" href="https://npmcdn.com/tachyons@4.1.0 /css/tachyons.min.css"/></ code > </ pre >
75
75
< p class ="mt4 "> < b > or</ b > install via npm</ p >
76
- < pre class ="pre white-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-20 " style ="font-size: 14px; "> npm install --save-dev tachyons@4.0.1 </ code > </ pre >
76
+ < pre class ="pre white-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-20 " style ="font-size: 14px; "> npm install --save-dev tachyons@4.1.0 </ code > </ pre >
77
77
< p class ="mt4 "> < b > or</ b > grab all the source files and build+develop locally</ p >
78
78
< pre class ="pre white-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-20 " style ="font-size: 14px; "> git clone git@github.com:tachyons-css/tachyons.git
79
79
cd tachyons
You can’t perform that action at this time.
0 commit comments