@@ -152,54 +152,53 @@ <h3 class="mtn f5 f3-ns mt0">Start a New Project</h3>
152
152
< h1 class ="f5 ttu tracked fw6 "> Principles</ h1 >
153
153
< section class ="lh-copy ">
154
154
< div class ="cf ">
155
- < article class ="fl pv2 w-100 w-50 -l pr3 -l ">
156
- < h2 class ="f4 f1-l fw6 mb0 "> Responsive</ h2 >
157
- < p class ="f5 f4 -ns measure lh-copy mt0 ">
155
+ < article class ="fl pv2 w-100 w-third -l pr4 -l ">
156
+ < h2 class ="f5 f4-ns fw6 mb0 "> Responsive</ h2 >
157
+ < p class ="f6 f5 -ns measure lh-copy mt0 ">
158
158
Everything should be 100% responsive. Your website should work regardless of a users
159
159
device or screensize.
160
160
</ p >
161
161
</ article >
162
- < article class ="pv2 fl w-100 w-50 -l pl3 -l ">
163
- < h2 class ="f4 f1-l fw6 mb0 "> Readable</ h2 >
164
- < p class ="f5 f4 -ns measure lh-copy mt0 ">
162
+ < article class ="pv2 fl w-100 w-third -l ph3 -l ">
163
+ < h2 class ="f5 f4-ns fw6 mb0 "> Readable</ h2 >
164
+ < p class ="f6 f5 -ns measure lh-copy mt0 ">
165
165
No matter the lighting, or the device, font-sizes should be
166
166
large enough and contrast should be high enough for your
167
167
users to easily read your content.
168
168
</ p >
169
169
</ article >
170
- </ div >
171
- < div class ="cf ">
172
- < article class ="pv2 fl w-100 w-50-l pr3-l ">
173
- < h2 class ="f4 f1-l fw6 mb0 ">
170
+ < article class ="pv2 fl w-100 w-third-l pl4-l ">
171
+ < h2 class ="f5 f4-ns fw6 mb0 ">
174
172
Modular
175
173
</ h2 >
176
- < p class ="f5 f4 -ns measure lh-copy mt0 ">
177
- Tachyons isn't a monolithic framework. It's a collection of small modules
174
+ < p class ="f6 f5 -ns measure lh-copy mt0 ">
175
+ Tachyons isn't just a monolithic framework. It's a collection of small modules
178
176
that can be mixed and matched or used independently. Use what you need. Leave the rest.
179
177
</ p >
180
178
</ article >
181
- < article class ="pv2 fl w-100 w-50-l pl3-l ">
182
- < h2 class ="f4 f1-l fw6 mb0 "> Performant</ h2 >
183
- < p class ="f5 f4-ns measure lh-copy mt0 ">
179
+ </ div >
180
+ < div class ="cf w-100 ">
181
+ < article class ="pv2 fl w-100 w-third-l pl0 pr4-l ">
182
+ < h2 class ="f5 f4-ns fw6 mb0 "> Accessible</ h2 >
183
+ < p class ="f6 f5-ns measure lh-copy mt0 ">
184
+ Accessibility is important to us. Throughout both the css
185
+ and the documentation we provide numerous tools and methods for making it
186
+ easier to maximize the accessibility of your site.
187
+ </ p >
188
+ </ article >
189
+ < article class ="pv2 fl w-100 w-third-l ph3-l ">
190
+ < h2 class ="f5 f4-ns fw6 mb0 "> Performant</ h2 >
191
+ < p class ="f6 f5-ns measure lh-copy mt0 ">
184
192
Code should be optimized for performance.
185
193
</ p >
186
194
</ article >
187
- </ div >
188
- < div class ="cf ">
189
- < article class ="pv2 fl w-100 w-50-l pr3-l ">
190
- < h2 class ="f4 f1-l fw6 mb0 ">
195
+ < article class ="pv2 fl w-100 w-third-l pl4-l ">
196
+ < h2 class ="f5 f4-ns fw6 mb0 ">
191
197
Reusable
192
198
</ h2 >
193
- < p class ="f5 f4-ns measure lh-copy mt0 ">
194
- Doing one thing well, promotes reusability and reduces redundancy in a codebase.
195
- </ p >
196
- </ article >
197
- < article class ="pv2 fl w-100 w-50-l pl0 pl3-l ">
198
- < h2 class ="f4 f1-l fw6 mb0 "> Documented</ h2 >
199
- < p class ="f5 f4-ns measure lh-copy mt0 ">
200
- Documenting your design system is the easiest way to creating a shared understanding with teammates. We
201
- aim to create a comprehensive set of docs that make it easy for both beginners
202
- & experts to harness the power of Tachyons.
199
+ < p class ="f6 f5-ns measure lh-copy mt0 ">
200
+ Clear documentation helps create a shared understanding of design patterns amongst your team.
201
+ This helps promote reuse and reduces the amount of redundancy in a codebase.
203
202
</ p >
204
203
</ article >
205
204
</ div >
0 commit comments