@@ -154,14 +154,14 @@ <h1 class="f5 ttu tracked fw6">Principles</h1>
154
154
< div class ="cf ">
155
155
< article class ="fl pv2 w-100 w-50-l pr3-l ">
156
156
< h2 class ="f4 f1-l fw6 mb0 "> Responsive</ h2 >
157
- < p class ="f5 f3 -ns measure lh-copy mt0 ">
157
+ < p class ="f5 f4 -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
162
< article class ="pv2 fl w-100 w-50-l pl3-l ">
163
163
< h2 class ="f4 f1-l fw6 mb0 "> Readable</ h2 >
164
- < p class ="f5 f3 -ns measure lh-copy mt0 ">
164
+ < p class ="f5 f4 -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.
@@ -173,14 +173,14 @@ <h2 class="f4 f1-l fw6 mb0">Readable</h2>
173
173
< h2 class ="f4 f1-l fw6 mb0 ">
174
174
Modular
175
175
</ h2 >
176
- < p class ="f5 f3 -ns measure lh-copy mt0 ">
176
+ < p class ="f5 f4 -ns measure lh-copy mt0 ">
177
177
Tachyons isn't a monolithic framework. It's a collection of small modules
178
178
that can be mixed and matched or used independently. Use what you need. Leave the rest.
179
179
</ p >
180
180
</ article >
181
181
< article class ="pv2 fl w-100 w-50-l pl3-l ">
182
182
< h2 class ="f4 f1-l fw6 mb0 "> Performant</ h2 >
183
- < p class ="f5 f3 -ns measure lh-copy mt0 ">
183
+ < p class ="f5 f4 -ns measure lh-copy mt0 ">
184
184
Code should be optimized for performance.
185
185
</ p >
186
186
</ article >
@@ -190,13 +190,13 @@ <h2 class="f4 f1-l fw6 mb0">Performant</h2>
190
190
< h2 class ="f4 f1-l fw6 mb0 ">
191
191
Reusable
192
192
</ h2 >
193
- < p class ="f5 f3 -ns measure lh-copy mt0 ">
193
+ < p class ="f5 f4 -ns measure lh-copy mt0 ">
194
194
Doing one thing well, promotes reusability and reduces redundancy in a codebase.
195
195
</ p >
196
196
</ article >
197
197
< article class ="pv2 fl w-100 w-50-l pl0 pl3-l ">
198
198
< h2 class ="f4 f1-l fw6 mb0 "> Documented</ h2 >
199
- < p class ="f5 f3 -ns measure lh-copy mt0 ">
199
+ < p class ="f5 f4 -ns measure lh-copy mt0 ">
200
200
Documenting your design system is the easiest way to creating a shared understanding with teammates. We
201
201
aim to create a comprehensive set of docs that make it easy for both beginners
202
202
& experts to harness the power of Tachyons.
0 commit comments