File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ <h1 class="mtn f4 ttu tracked">Getting Started</h1>
107
107
< p class ="f5 measure lh-copy ">
108
108
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
109
109
</ p >
110
- < pre class ="pre black-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-70 washed-green " style ="font-size: 14px; "> <link rel="stylesheet" href="https://npmcdn .com/tachyons@4.1.3/css/tachyons.min.css"/></ code > </ pre >
110
+ < pre class ="pre black-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-70 washed-green " style ="font-size: 14px; "> <link rel="stylesheet" href="https://unpkg .com/tachyons@4.1.3/css/tachyons.min.css"/></ code > </ pre >
111
111
< p class ="mt4 "> < b > or</ b > install via npm</ p >
112
112
< 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.1.3</ code > </ pre >
113
113
< p class ="mt4 "> < b > or</ b > grab all the source files and build+develop locally</ p >
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ <h1 class="mtn f4 ttu tracked">Getting Started</h1>
66
66
< p class ="f5 measure lh-copy ">
67
67
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
68
68
</ p >
69
- < pre class ="pre black-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-70 washed-green " style ="font-size: 14px; "> <link rel="stylesheet" href="https://npmcdn .com/tachyons@< %= version %> /css/tachyons.min.css"/></ code > </ pre >
69
+ < pre class ="pre black-70 " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-70 washed-green " style ="font-size: 14px; "> <link rel="stylesheet" href="https://unpkg .com/tachyons@< %= version %> /css/tachyons.min.css"/></ code > </ pre >
70
70
< p class ="mt4 "> < b > or</ b > install via npm</ p >
71
71
< 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@< %= version %> </ code > </ pre >
72
72
< p class ="mt4 "> < b > or</ b > grab all the source files and build+develop locally</ p >
You can’t perform that action at this time.
0 commit comments