File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
docs/typography/text-align Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 32
32
< a href ="/ " class ="dib f5 f4-ns fw6 mt0 mb1 link black-70 " title ="Home ">
33
33
Tachyons
34
34
< div class ="dib ">
35
- < small class ="nowrap f6 mt2 mt3-ns pr2 black-70 fw2 "> v4.7 .0</ small >
35
+ < small class ="nowrap f6 mt2 mt3-ns pr2 black-70 fw2 "> v4.8 .0</ small >
36
36
</ div >
37
37
</ a >
38
38
</ div >
@@ -156,6 +156,7 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-text-align</h4>
156
156
l = left
157
157
r = right
158
158
c = center
159
+ j = justify
159
160
160
161
Media Query Extensions:
161
162
-ns = not-small
@@ -167,23 +168,27 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-text-align</h4>
167
168
.tl { text-align: left; }
168
169
.tr { text-align: right; }
169
170
.tc { text-align: center; }
171
+ .tj { text-align: justify; }
170
172
171
173
@media (--breakpoint-not-small) {
172
174
.tl-ns { text-align: left; }
173
175
.tr-ns { text-align: right; }
174
176
.tc-ns { text-align: center; }
177
+ .tj-ns { text-align: justify; }
175
178
}
176
179
177
180
@media (--breakpoint-medium) {
178
181
.tl-m { text-align: left; }
179
182
.tr-m { text-align: right; }
180
183
.tc-m { text-align: center; }
184
+ .tj-m { text-align: justify; }
181
185
}
182
186
183
187
@media (--breakpoint-large) {
184
188
.tl-l { text-align: left; }
185
189
.tr-l { text-align: right; }
186
190
.tc-l { text-align: center; }
191
+ .tj-l { text-align: justify; }
187
192
}
188
193
189
194
You can’t perform that action at this time.
0 commit comments