You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like a forest or a garden or a field, an honest page of letters can absorb --
69
71
and will repay -- as much attention as it is given. Much type now, however, is
@@ -104,14 +106,30 @@ <h2 class="f5">HTML</h2>
104
106
</div>
105
107
<divclass="fl w-100 w-25-ns pl0 pl2-ns">
106
108
<h2class="f5">CSS</h2>
107
-
<preclass="pa3 ba br2 b--black-05 h5" id="css">.lh-copy {
109
+
<preclass="pa3 ba br2 b--black-05 h5" id="css">.tracked {
110
+
letter-spacing: .16em;
111
+
}
112
+
113
+
.lh-copy {
108
114
line-height: 1.6;
109
115
}
110
116
117
+
.gray {
118
+
color: #777;
119
+
}
120
+
111
121
.pa3 {
112
122
padding: 1rem;
113
123
}
114
124
125
+
.mb4 {
126
+
margin-bottom: 2rem;
127
+
}
128
+
129
+
.ttu {
130
+
text-transform: uppercase;
131
+
}
132
+
115
133
.f2 {
116
134
font-size: 2.25rem;
117
135
}
@@ -120,6 +138,10 @@ <h2 class="f5">CSS</h2>
120
138
font-size: 1.25rem;
121
139
}
122
140
141
+
.f6 {
142
+
font-size: .875rem;
143
+
}
144
+
123
145
.measure {
124
146
max-width: 30em;
125
147
}
@@ -146,10 +168,16 @@ <h2 class="f5">CSS</h2>
146
168
<h2class="f5 mt4">Modules referenced</h2>
147
169
<ulclass="list pl0 cf lh-copy mw7">
148
170
171
+
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-letter-spacing">tachyons-letter-spacing</a></li>
172
+
149
173
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-line-height">tachyons-line-height</a></li>
150
174
175
+
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-skins">tachyons-skins</a></li>
176
+
151
177
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-spacing">tachyons-spacing</a></li>
152
178
179
+
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-text-transform">tachyons-text-transform</a></li>
180
+
153
181
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-type-scale">tachyons-type-scale</a></li>
154
182
155
183
<liclass="fl w-100 w-50-m w-33-ns"><aclass="f5 link dim blue fw6" href="https://github.com/tachyons-css/tachyons-typography">tachyons-typography</a></li>
0 commit comments