31
31
< a href ="/ " class ="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim " title ="Home ">
32
32
Tachyons
33
33
< div class ="dib ">
34
- < small class ="nowrap f6 mt2 mt3-ns pr2 black-70 fw2 "> v4.5.1 </ small >
34
+ < small class ="nowrap f6 mt2 mt3-ns pr2 black-70 fw2 "> v4.5.3 </ small >
35
35
</ div >
36
36
</ a >
37
37
</ div >
@@ -110,7 +110,7 @@ <h1 class="f4 fw6 f1-ns lh-title measure mt0">
110
110
< a
111
111
class ="f6 f5-ns fw6 dib ba b--black-20 bg-blue white ph3 ph4-ns pv2 pv3-ns br2 grow no-underline "
112
112
href ="https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css ">
113
- Download < code class ="f6 fw4 di "> v4.5.1 </ code >
113
+ Download < code class ="f6 fw4 di "> v4.5.3 </ code >
114
114
</ a >
115
115
</ div >
116
116
</ div >
@@ -122,9 +122,9 @@ <h1 class="mt0 f5 f3-ns">Getting Started</h1>
122
122
< p class ="f5 measure lh-copy ">
123
123
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
124
124
</ p >
125
- < 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.5.1 /css/tachyons.min.css"/></ code > </ pre >
125
+ < 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.5.3 /css/tachyons.min.css"/></ code > </ pre >
126
126
< p class ="mt4 "> < b > or</ b > install via npm</ p >
127
- < 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.5.1 </ code > </ pre >
127
+ < 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.5.3 </ code > </ pre >
128
128
< p class ="mt4 "> < b > or</ b > grab all the source files and build+develop locally</ p >
129
129
< pre class ="pre " style ="overflow: auto "> < code class ="code f6 dib pa2 bg-black-70 washed-green " style ="font-size: 14px; "> git clone git@github.com:tachyons-css/tachyons.git
130
130
cd tachyons
@@ -238,7 +238,9 @@ <h2 class="f4 f1-ns fw6 mb2">Open source component library</h2>
238
238
< article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
239
239
< h2 class ="f4 f2-ns fw6 mb2 "> Lightweight</ h2 >
240
240
< p class ="f5 measure lh-copy mt0 ">
241
- Less than 9.5kb minified and gzipped.
241
+ The entire library is fewer than 14kb when minified and
242
+ gzipped. If you want to get even smaller, it's easy to strip out what you don't
243
+ need.
242
244
</ p >
243
245
</ article >
244
246
< article class ="pv2 fl w-100 w-50-l pl0 pl2-l ">
@@ -249,6 +251,23 @@ <h2 class="f4 f2-ns fw6 mb2">Documentation</h2>
249
251
</ p >
250
252
</ article >
251
253
</ div >
254
+ < div class ="cf ">
255
+ < article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
256
+ < h2 class ="f4 f2-ns fw6 mb2 "> Functional</ h2 >
257
+ < p class ="f5 measure lh-copy mt0 ">
258
+ It's easy to build components with Tachyons so
259
+ it works well with Rails, React, Ember, Elm, Angular, Static html,
260
+ and more.
261
+ </ p >
262
+ </ article >
263
+ < article class ="pv2 fl w-100 w-50-l pl0 pl2-l ">
264
+ < h2 class ="f4 f2-ns fw6 mb2 "> Multiple Flavors</ h2 >
265
+ < p class ="f5 measure lh-copy mt0 ">
266
+ Don't like the class names? We've got < a class ="black dim " href ="https://github.com/tachyons-css/tachyons-verbose "> a more verbose version you might like</ a > .
267
+ Want to use Sass instead of Postcss? < a class ="black dim " href ="http://github.com/tachyons-css/tachyons-sass "> We've got a repo for that too :)</ a >
268
+ </ p >
269
+ </ article >
270
+ </ div >
252
271
< div class ="cf ">
253
272
< article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
254
273
< h2 class ="f4 f2-ns fw6 mb2 "> Shallow Cascade</ h2 >
0 commit comments