3131 < a href ="/ " class ="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim " title ="Home ">
3232 Tachyons
3333 < 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 >
3535 </ div >
3636 </ a >
3737 </ div >
@@ -110,7 +110,7 @@ <h1 class="f4 fw6 f1-ns lh-title measure mt0">
110110 < a
111111 class ="f6 f5-ns fw6 dib ba b--black-20 bg-blue white ph3 ph4-ns pv2 pv3-ns br2 grow no-underline "
112112 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 >
114114 </ a >
115115 </ div >
116116 </ div >
@@ -122,9 +122,9 @@ <h1 class="mt0 f5 f3-ns">Getting Started</h1>
122122 < p class ="f5 measure lh-copy ">
123123 Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
124124 </ 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 >
126126< 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 >
128128< p class ="mt4 "> < b > or</ b > grab all the source files and build+develop locally</ p >
129129< 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
130130cd tachyons
@@ -238,7 +238,9 @@ <h2 class="f4 f1-ns fw6 mb2">Open source component library</h2>
238238 < article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
239239 < h2 class ="f4 f2-ns fw6 mb2 "> Lightweight</ h2 >
240240 < 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.
242244 </ p >
243245 </ article >
244246 < 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>
249251 </ p >
250252 </ article >
251253 </ 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 >
252271 < div class ="cf ">
253272 < article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
254273 < h2 class ="f4 f2-ns fw6 mb2 "> Shallow Cascade</ h2 >
0 commit comments