File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
< a href ="/ " class ="dib f5 f4-ns fw6 mt0 mb1 link black-50 dim " title ="Home ">
22
22
Tachyons
23
23
< div class ="dib ">
24
- < small class ="nowrap f6 mt2 mt3-ns pr2 black-50 fw2 "> v4.0.0-beta.7 </ small >
24
+ < small class ="nowrap f6 mt2 mt3-ns pr2 black-50 fw2 "> v4.0.0-beta.12 </ small >
25
25
</ div >
26
26
</ a >
27
27
</ div >
Original file line number Diff line number Diff line change 25
25
< a href ="/ " class ="dib f5 f4-ns fw6 mt0 mb1 link black-50 dim " title ="Home ">
26
26
Tachyons
27
27
< div class ="dib ">
28
- < small class ="nowrap f6 mt2 mt3-ns pr2 black-50 fw2 "> v4.0.0-beta.7 </ small >
28
+ < small class ="nowrap f6 mt2 mt3-ns pr2 black-50 fw2 "> v4.0.0-beta.12 </ small >
29
29
</ div >
30
30
</ a >
31
31
</ div >
Original file line number Diff line number Diff line change 23
23
< a href ="/ " class ="dib f5 f4-ns fw6 mt0 mb1 link black-50 dim " title ="Home ">
24
24
Tachyons
25
25
< div class ="dib ">
26
- < small class ="nowrap f6 mt2 mt3-ns pr2 black-50 fw2 "> v4.0.0-beta.7 </ small >
26
+ < small class ="nowrap f6 mt2 mt3-ns pr2 black-50 fw2 "> v4.0.0-beta.12 </ small >
27
27
</ div >
28
28
</ a >
29
29
</ div >
@@ -60,9 +60,9 @@ <h1>Getting Started</h1>
60
60
< p class ="measure lh-copy ">
61
61
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
62
62
</ p >
63
- < pre class ="pre black-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-near-white " style ="font-size: 14px; "> <link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.7 /css/tachyons.min.css"></ code > </ pre >
63
+ < pre class ="pre black-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-near-white " style ="font-size: 14px; "> <link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.12 /css/tachyons.min.css"></ code > </ pre >
64
64
< p class ="mt4 "> < b > or</ b > install via npm</ p >
65
- < 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.7 </ code > </ pre >
65
+ < 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.12 </ code > </ pre >
66
66
< p class ="mt4 "> < b > or</ b > grab all the source files and build+develop locally</ p >
67
67
< 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
68
68
cd tachyons
Original file line number Diff line number Diff line change 4
4
< a href ="/ " class ="dib f5 f4-ns fw6 mt0 mb1 link black-50 dim " title ="Home ">
5
5
Tachyons
6
6
< div class ="dib ">
7
- < small class ="nowrap f6 mt2 mt3-ns pr2 black-50 fw2 "> v4.0.0-beta.7 </ small >
7
+ < small class ="nowrap f6 mt2 mt3-ns pr2 black-50 fw2 "> v4.0.0-beta.12 </ small >
8
8
</ div >
9
9
</ a >
10
10
</ div >
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ <h1>Getting Started</h1>
20
20
< p class ="measure lh-copy ">
21
21
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
22
22
</ p >
23
- < pre class ="pre black-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-near-white " style ="font-size: 14px; "> <link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.7 /css/tachyons.min.css"></ code > </ pre >
23
+ < pre class ="pre black-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-near-white " style ="font-size: 14px; "> <link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.12 /css/tachyons.min.css"></ code > </ pre >
24
24
< p class ="mt4 "> < b > or</ b > install via npm</ p >
25
- < 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.7 </ code > </ pre >
25
+ < 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.12 </ code > </ pre >
26
26
< p class ="mt4 "> < b > or</ b > grab all the source files and build+develop locally</ p >
27
27
< 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
28
28
cd tachyons
You can’t perform that action at this time.
0 commit comments