26
26
class ="pb2-ns f6 fw6 dim link white-80 mr1 mr3-m mr4-l dib ">
27
27
Features
28
28
</ a >
29
- < a title ="Features " href ="#testimonials "
29
+ < a title ="Testimonials " href ="#testimonials "
30
30
class ="pb2-ns f6 fw6 dim link white-80 mr1 mr3-m mr4-l dib ">
31
31
Testimonials
32
32
</ a >
@@ -153,15 +153,53 @@ <h2 class="f4 f1-m f-headline-l fw6 mb0">Easy</h2>
153
153
</ section >
154
154
< section class ="cf " id ="features ">
155
155
< h1 class ="fl w-100 mt5 f5 ttu tracked fw6 "> Features</ h1 >
156
+ < article class ="pv2 fl w-100 ">
157
+ < h2 class ="f4 f1-ns fw6 mb0 "> Open source component library</ h2 >
158
+ < p class ="f5 f4-ns measure lh-copy mt0 ">
159
+ There is a < a href ="/components/ " class ="black dim "title ="Tachyons components "> growing library of open source components</ a > written in static html that are easy
160
+ to use as is, customize with your own theme, or port to a templating language.
161
+ </ p >
162
+ </ article >
156
163
< div class ="cf ">
157
164
< article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
158
- < h2 class ="f4 f2-ns fw6 mb0 ">
159
- Runs on < a href ="https://github.com/postcss/postcss " class ="link dim near-black "> Postcss</ a >
160
- </ h2 >
161
- < p class ="mv0 f5 lh-copy measure ">
162
- A flexible plugin framework for post-processing css.
163
- < a href ="https://github.com/postcss/postcss " class ="link dn
164
- dim f6 db mid-gray "> View on Github</ a >
165
+ < h2 class ="f4 f2-ns fw6 mb0 "> Lightweight</ h2 >
166
+ < p class ="f5 measure lh-copy mt0 ">
167
+ Less than 9.5kb minified and gzipped.
168
+ </ p >
169
+ </ article >
170
+ < article class ="pv2 fl w-100 w-50-l pl0 pl2-l ">
171
+ < h2 class ="f4 f2-ns fw6 mb0 "> Documentation</ h2 >
172
+ < p class ="f5 measure lh-copy mt0 ">
173
+ Each module is carefully documented. From stats about the size of the module,
174
+ to how each css class will render to the screen.
175
+ </ p >
176
+ </ article >
177
+ </ div >
178
+ < div class ="cf ">
179
+ < article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
180
+ < h2 class ="f4 f2-ns fw6 mb0 "> Shallow Cascade</ h2 >
181
+ < p class ="f5 measure lh-copy mt0 ">
182
+ Don't let the cascade slow you down. When you apply a class
183
+ to an element, there is nothing in the cascade to override
184
+ its effects. You get rapid feedback on how your css is
185
+ affecting your markup without wasting time debugging why your
186
+ styles are being overridden.
187
+ </ p >
188
+ </ article >
189
+ < article class ="pv2 fl w-100 w-50-l pl0 pl2-l ">
190
+ < h2 class ="f4 f2-ns fw6 mb0 "> Low Specificty</ h2 >
191
+ < p class ="f5 measure lh-copy mt0 ">
192
+ The majority of Tachyons selectors have a specificity of
193
+ 10. Tachyons won't override your existing styles. So feel
194
+ free to lay it on top of your existing css.
195
+ </ p >
196
+ </ article >
197
+ </ div >
198
+ < div class ="cf ">
199
+ < article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
200
+ < h2 class ="f4 f2-ns fw6 mb0 "> Accessible Color Palette</ h2 >
201
+ < p class ="f5 measure lh-copy mt0 ">
202
+ Over 280 accessible color combinations.
165
203
</ p >
166
204
</ article >
167
205
< article class ="pv2 fl w-100 w-50-l pl0 pl2-l ">
@@ -208,6 +246,16 @@ <h2 class="f4 f2-ns fw6 mb0">Responsive Grid</h2>
208
246
</ div >
209
247
< div class ="cf ">
210
248
< article class ="pv2 fl w-100 w-50-l pr0 pr2-l ">
249
+ < h2 class ="f4 f2-ns fw6 mb0 ">
250
+ Runs on < a href ="https://github.com/postcss/postcss " class ="link dim near-black "> Postcss</ a >
251
+ </ h2 >
252
+ < p class ="mv0 f5 lh-copy measure ">
253
+ A flexible plugin framework for post-processing css.
254
+ < a href ="https://github.com/postcss/postcss " class ="link dn
255
+ dim f6 db mid-gray "> View on Github</ a >
256
+ </ p >
257
+ </ article >
258
+ < article class ="pv2 fl w-100 w-50-l pl0 pl2-l ">
211
259
< h2 class ="f4 f2-ns fw6 mb0 ">
212
260
Easy to Customize and extend
213
261
</ h2 >
@@ -228,7 +276,7 @@ <h2 class="f4 f2-ns fw6 mb0">
228
276
< h1 class ="f5 fw6 ttu tracke "> Testimonials</ h1 >
229
277
< div class ="cf w-100 ">
230
278
< blockquote class ="fl w-100 mh0 pa3 pa4-l mb2 mb5-ns border-box bg-near-white ">
231
- < p class ="fl w-100 w-50-l mh0 mt0 pr0 pr3-l measure i lh-copy ">
279
+ < p class ="fl w-100 w-50-l mh0 mt0 pr0 pr3-l measure i lh-copy ">
232
280
< b >
233
281
Here’s why I think designing systems with tools/frameworks like < a href ="//tachyons.io "> Tachyons</ a >
234
282
is a Good Idea™.
0 commit comments