@@ -33,8 +33,8 @@ <h1>Getting Started</h1>
33
33
npm install && npm build
34
34
</ code > </ pre >
35
35
</ article >
36
- < div class ="ph3 ph5-ns tl tl-ns ">
37
- < h1 class =" f4 ttu tracked fw4 " > Principles</ h1 >
36
+ < div class ="ph3 ph5-ns tl tl-ns bt b--light-gray pv3 pv5-ns ">
37
+ < h1 > Principles</ h1 >
38
38
< section class ="list pln lh-copy mt0 ">
39
39
< div class ="cf ">
40
40
< article class ="pv2 fl w-100 w-50-ns pr0 pr2-ns ">
@@ -62,23 +62,6 @@ <h2 class="f4 f3-ns fw6 mb0">Performant</h2>
62
62
Code should be optimized for performance.
63
63
</ p >
64
64
</ article >
65
- < article class ="pv2 fl w-100 w-50-ns pl0 pl2-ns ">
66
- < h2 class ="f4 f3-ns fw6 mb0 "> Easy</ h2 >
67
- < p class ="f5 measure lh-copy mt0 ">
68
- Designing in the browser should be easy.
69
- If a computer can do it, you shouldn't have to.
70
- </ p >
71
- </ article >
72
- </ div >
73
- < div class ="cf ">
74
- < article class ="pv2 fl w-100 w-50-ns pr0 pr2-ns ">
75
- < h2 class ="f4 f3-ns fw6 mb0 ">
76
- Reusable
77
- </ h2 >
78
- < p class ="f5 measure lh-copy mt0 ">
79
- Doing one thing well, promotes reusability and reduces redundancy in a codebase.
80
- </ p >
81
- </ article >
82
65
< article class ="pv2 fl w-100 w-50-ns pl0 pl2-ns ">
83
66
< h2 class ="f4 f3-ns fw6 mb0 ">
84
67
Modular
@@ -91,11 +74,28 @@ <h2 class="f4 f3-ns fw6 mb0">
91
74
</ article >
92
75
</ div >
93
76
< div class ="cf ">
77
+ < article class ="pv2 fl w-100 w-50-ns pr0 pr2-ns ">
78
+ < h2 class ="f4 f3-ns fw6 mb0 ">
79
+ Reusable
80
+ </ h2 >
81
+ < p class ="f5 measure lh-copy mt0 ">
82
+ Doing one thing well, promotes reusability and reduces redundancy in a codebase.
83
+ </ p >
84
+ </ article >
85
+ < article class ="pv2 fl w-100 w-50-ns pl0 pl2-ns ">
86
+ < h2 class ="f4 f3-ns fw6 mb0 "> Easy</ h2 >
87
+ < p class ="f5 measure lh-copy mt0 ">
88
+ Designing in the browser should be easy.
89
+ If a computer can do it, you shouldn't have to.
90
+ </ p >
91
+ </ article >
92
+ </ div >
94
93
</ section >
95
- < h1 class ="f4 ttu fw4 mtx tracked "> Features</ h1 >
96
- < section class ="list pl0 lh-copy mt0 cf ">
94
+ < section class ="cf ">
95
+ < h1 class ="fl w-100 mt5 "> Features</ h1 >
96
+ < div class ="cf ">
97
97
< article class ="pv2 fl w-100 w-50-ns pr0 pr2-ns ">
98
- < h2 class ="f4 f3-ns fw6 mb0 mv0 ">
98
+ < h2 class ="f4 f3-ns fw6 mb0 ">
99
99
Runs on < a href ="https://github.com/postcss/postcss " class ="link dim near-black "> Postcss</ a >
100
100
</ h2 >
101
101
< p class ="mv0 f5 lh-copy measure ">
@@ -105,14 +105,16 @@ <h2 class="f4 f3-ns fw6 mb0 mv0">
105
105
</ p >
106
106
</ article >
107
107
< article class ="pv2 fl w-100 w-50-ns pl0 pl2-ns ">
108
- < h2 class ="f4 f3-ns fw6 mv0 "> Mobile-first architecture </ h2 >
108
+ < h2 class ="f4 f3-ns fw6 mb0 "> Mobile-first architecture </ h2 >
109
109
< p class ="f5 measure lh-copy mt0 ">
110
110
Base classes are mobile by default. Can be overridden by
111
111
namespaced classes targeting larger breakpoints.
112
112
</ p >
113
113
</ article >
114
+ </ div >
115
+ < div class ="cf ">
114
116
< article class ="pv2 fl w-100 w-50-ns pr0 pr2-ns ">
115
- < h2 class ="f4 f3-ns fw6 mv0 ">
117
+ < h2 class ="f4 f3-ns fw6 mb0 ">
116
118
Layout debugging
117
119
</ h2 >
118
120
< p class ="f5 measure lh-copy mt0 ">
@@ -121,28 +123,32 @@ <h2 class="f4 f3-ns fw6 mv0">
121
123
</ p >
122
124
</ article >
123
125
< article class ="pv2 fl w-100 w-50-ns pl0 pl2-ns ">
124
- < h2 class ="f4 f3-ns fw6 mv0 ">
126
+ < h2 class ="f4 f3-ns fw6 mb0 ">
125
127
Composable classes
126
128
</ h2 >
127
129
< p class ="f5 measure lh-copy mt0 ">
128
130
Construct anything from complex layouts to responsive components with a series of
129
131
single purpose classes.
130
132
</ p >
131
133
</ article >
134
+ </ div >
135
+ < div class ="cf ">
132
136
< article class ="pv2 fl w-100 w-50-ns pr0 pr2-ns ">
133
- < h2 class ="f4 f3-ns fw6 mv0 "> Cohesive design system</ h2 >
137
+ < h2 class ="f4 f3-ns fw6 mb0 "> Cohesive design system</ h2 >
134
138
< p class ="f5 measure lh-copy mt0 ">
135
139
Scale based on the powers of two. Starting at .25
136
140
</ p >
137
141
</ article >
138
142
< article class ="pv2 fl w-100 w-50-ns pl0 pl2-ns ">
139
- < h2 class ="f4 f3-ns fw6 mv0 "> Responsive Grid</ h2 >
143
+ < h2 class ="f4 f3-ns fw6 mb0 "> Responsive Grid</ h2 >
140
144
< p class ="f5 measure lh-copy mt0 ">
141
145
Infinitely nestable. Fully fluid. Extremely light-weight.
142
146
</ p >
143
147
</ article >
148
+ </ div >
149
+ < div class ="cf ">
144
150
< article class ="pv2 fl w-100 w-50-ns pr0 pr2-ns ">
145
- < h2 class ="f4 f3-ns fw6 mv0 ">
151
+ < h2 class ="f4 f3-ns fw6 mb0 ">
146
152
Customize, or extend
147
153
</ h2 >
148
154
< p class ="f5 measure lh-copy mt0 ">
@@ -152,13 +158,14 @@ <h2 class="f4 f3-ns fw6 mv0">
152
158
breakpoints, or values.
153
159
</ p >
154
160
</ article >
161
+ </ div >
155
162
</ section >
156
163
</ div >
157
164
</ div >
158
165
</ section >
159
166
< section class ="bg-white pv5 pv6-ns bb bt b--light-gray " id ="testimonials ">
160
167
< div class ="ph3 ph5-ns ">
161
- < h1 class =" f5 fw6 ttu tracked " > Testimonials</ h1 >
168
+ < h1 > Testimonials</ h1 >
162
169
< div class ="cf w-100 ">
163
170
< blockquote class ="fl w-100 w-50-ns mh0 pr0 pr3-ns border-box ">
164
171
< p class ="f6 f5-ns measure lh-copy pr1 pr0-l i ">
@@ -265,9 +272,8 @@ <h1 class="f5 fw6 ttu tracked">Testimonials</h1>
265
272
< section class ="ph3 ph5-ns bg-white cf pv5 pv6-ns " id ="npm ">
266
273
< div class ="fl w-100 ">
267
274
< div class ="">
268
- < h3 class =" f5 fw6 ttu tracked " > < a href ="#npm " class ="link mid-gray " > Tachyons on NPM</ a > </ h3 >
275
+ < h1 > < a href ="#npm " class ="link near-black " > NPM</ a > </ h1 >
269
276
< p class ="f5 f3-ns lh-copy mt0 mb4 measure ">
270
-
271
277
The main tachyons repo is just a group of of encapsulated css modules available on npm and github.
272
278
You can grab the entire toolkit, or just a few selected modules.
273
279
Mix and match them to suit your project's specific needs. Since tachyons modules are very focused on doing one thing well,
0 commit comments