Skip to content

Commit 791de4c

Browse files
author
mrmrs
committed
Updating the docs pages to reflect up to date version numbers.
1 parent df6ed31 commit 791de4c

File tree

18 files changed

+467
-262
lines changed

18 files changed

+467
-262
lines changed

docs/elements/forms/index.html

+4-9
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
<main class="">
4747
<article class="bg-near-white bt b--black-10 pa3 ph5-ns">
4848
<h4 class="f4 mv0 fw6 dib mr4">tachyons-forms</h4>
49-
<span class="f4 b dib pl0 ml0 mr4">v3.0.0</span>
50-
<span class="f4 b dib pl0 ml0 mr4">66 B</span>
49+
<span class="f4 b dib pl0 ml0 mr4">v2.0.1</span>
50+
<span class="f4 b dib pl0 ml0 mr4">94 B</span>
5151
<div>
5252
<dl class="dib mr4 mt0">
5353
<dt class="f6 db">Declarations </dt>
54-
<dd class="db pl0 ml0 f4 f2-ns b">2</dd>
54+
<dd class="db pl0 ml0 f4 f2-ns b">4</dd>
5555
</dl>
5656
<dl class="dib mr4">
5757
<dt class="f6 db pr2">Selectors </dt>
58-
<dd class="db pl0 ml0 f4 f2-ns b">1</dd>
58+
<dd class="db pl0 ml0 f4 f2-ns b">2</dd>
5959
</dl>
6060
<dl class="dib mr4">
6161
<dt class="f6 db pr2">Max. Specificity Score </dt>
@@ -111,11 +111,6 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
111111
-moz-appearance: none;
112112
}
113113

114-
.input-invisible {
115-
outline: 0;
116-
border: 0;
117-
}
118-
119114

120115
</code>
121116
</pre>

docs/layout/clearfix/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
<main class="">
4646
<article class="bg-near-white bt b--black-10 pa3 ph5-ns">
4747
<h4 class="f4 mv0 fw6 dib mr4">tachyons-clears</h4>
48-
<span class="f4 b dib pl0 ml0 mr4">v2.2.0</span>
49-
<span class="f4 b dib pl0 ml0 mr4">200 B</span>
48+
<span class="f4 b dib pl0 ml0 mr4">v2.0.4</span>
49+
<span class="f4 b dib pl0 ml0 mr4">92 B</span>
5050
<div>
5151
<dl class="dib mr4 mt0">
5252
<dt class="f6 db">Declarations </dt>
53-
<dd class="db pl0 ml0 f4 f2-ns b">20</dd>
53+
<dd class="db pl0 ml0 f4 f2-ns b">4</dd>
5454
</dl>
5555
<dl class="dib mr4">
5656
<dt class="f6 db pr2">Selectors </dt>
57-
<dd class="db pl0 ml0 f4 f2-ns b">20</dd>
57+
<dd class="db pl0 ml0 f4 f2-ns b">4</dd>
5858
</dl>
5959
<dl class="dib mr4">
6060
<dt class="f6 db pr2">Max. Specificity Score </dt>
6161
<dd class="db pl0 ml0 f4 f2-ns b">11</dd>
6262
</dl>
6363
<dl class="dib mr4">
6464
<dt class="f6 db pr2">Size of Avg. Rule </dt>
65-
<dd class="db pl0 ml0 f4 f2-ns b">1.0526315789473684</dd>
65+
<dd class="db pl0 ml0 f4 f2-ns b">1.3333333333333333</dd>
6666
</dl>
6767
</div>
6868
<p class="measure f4 f3-ns lh-copy">

docs/layout/display/index.html

+65-41
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
<main class="">
4646
<article class="bg-near-white bt b--black-10 pa3 ph5-ns">
4747
<h4 class="f4 mv0 fw6 dib mr4">tachyons-display</h4>
48-
<span class="f4 b dib pl0 ml0 mr4">v4.1.0</span>
49-
<span class="f4 b dib pl0 ml0 mr4">307 B</span>
48+
<span class="f4 b dib pl0 ml0 mr4">v3.0.3</span>
49+
<span class="f4 b dib pl0 ml0 mr4">238 B</span>
5050
<div>
5151
<dl class="dib mr4 mt0">
5252
<dt class="f6 db">Declarations </dt>
53-
<dd class="db pl0 ml0 f4 f2-ns b">52</dd>
53+
<dd class="db pl0 ml0 f4 f2-ns b">36</dd>
5454
</dl>
5555
<dl class="dib mr4">
5656
<dt class="f6 db pr2">Selectors </dt>
57-
<dd class="db pl0 ml0 f4 f2-ns b">48</dd>
57+
<dd class="db pl0 ml0 f4 f2-ns b">36</dd>
5858
</dl>
5959
<dl class="dib mr4">
6060
<dt class="f6 db pr2">Max. Specificity Score </dt>
6161
<dd class="db pl0 ml0 f4 f2-ns b">10</dd>
6262
</dl>
6363
<dl class="dib mr4">
6464
<dt class="f6 db pr2">Size of Avg. Rule </dt>
65-
<dd class="db pl0 ml0 f4 f2-ns b">1.0833333333333333</dd>
65+
<dd class="db pl0 ml0 f4 f2-ns b">1</dd>
6666
</dl>
6767
</div>
6868
<p class="measure f3 lh-copy">
@@ -216,58 +216,82 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
216216

217217
*/
218218

219-
.dn { display: none; }
220-
.di { display: inline; }
221-
.db { display: block; }
222-
.dib { display: inline-block; }
223-
.dit { display: inline-table; }
224-
.dt { display: table; }
225-
.dtc { display: table-cell; }
226-
.dt-row { display: table-row; }
219+
.dn { display: none; }
220+
.di { display: inline; }
221+
.db { display: block; }
222+
.dib { display: inline-block; }
223+
.dit { display: inline-table; }
224+
.dt { display: table; }
225+
.dtc { display: table-cell; }
226+
.dt-row { display: table-row; }
227227
.dt-row-group { display: table-row-group; }
228-
.dt-column { display: table-column; }
228+
.dt-column { display: table-column; }
229229
.dt-column-group { display: table-column-group; }
230230

231+
/*
232+
This will set table to full width and then
233+
all cells will be equal width
234+
*/
235+
.dt--fixed {
236+
table-layout: fixed;
237+
width: 100%;
238+
}
239+
231240
@media (--breakpoint-not-small) {
232-
.dn-ns { display: none; }
233-
.di-ns { display: inline; }
234-
.db-ns { display: block; }
235-
.dib-ns { display: inline-block; }
236-
.dit-ns { display: inline-table; }
237-
.dt-ns { display: table; }
238-
.dtc-ns { display: table-cell; }
239-
.dt-row-ns { display: table-row; }
241+
.dn-ns { display: none; }
242+
.di-ns { display: inline; }
243+
.db-ns { display: block; }
244+
.dib-ns { display: inline-block; }
245+
.dit-ns { display: inline-table; }
246+
.dt-ns { display: table; }
247+
.dtc-ns { display: table-cell; }
248+
.dt-row-ns { display: table-row; }
240249
.dt-row-group-ns { display: table-row-group; }
241-
.dt-column-ns { display: table-column; }
250+
.dt-column-ns { display: table-column; }
242251
.dt-column-group-ns { display: table-column-group; }
252+
253+
.dt--fixed-ns {
254+
table-layout: fixed;
255+
width: 100%;
256+
}
243257
}
244258

245259
@media (--breakpoint-medium) {
246-
.dn-m { display: none; }
247-
.di-m { display: inline; }
248-
.db-m { display: block; }
249-
.dib-m { display: inline-block; }
250-
.dit-m { display: inline-table; }
251-
.dt-m { display: table; }
252-
.dtc-m { display: table-cell; }
253-
.dt-row-m { display: table-row; }
260+
.dn-m { display: none; }
261+
.di-m { display: inline; }
262+
.db-m { display: block; }
263+
.dib-m { display: inline-block; }
264+
.dit-m { display: inline-table; }
265+
.dt-m { display: table; }
266+
.dtc-m { display: table-cell; }
267+
.dt-row-m { display: table-row; }
254268
.dt-row-group-m { display: table-row-group; }
255-
.dt-column-m { display: table-column; }
269+
.dt-column-m { display: table-column; }
256270
.dt-column-group-m { display: table-column-group; }
271+
272+
.dt--fixed-m {
273+
table-layout: fixed;
274+
width: 100%;
275+
}
257276
}
258277

259278
@media (--breakpoint-large) {
260-
.dn-l { display: none; }
261-
.di-l { display: inline; }
262-
.db-l { display: block; }
263-
.dib-l { display: inline-block; }
264-
.dit-l { display: inline-table; }
265-
.dt-l { display: table; }
266-
.dtc-l { display: table-cell; }
267-
.dt-row-l { display: table-row; }
279+
.dn-l { display: none; }
280+
.di-l { display: inline; }
281+
.db-l { display: block; }
282+
.dib-l { display: inline-block; }
283+
.dit-l { display: inline-table; }
284+
.dt-l { display: table; }
285+
.dtc-l { display: table-cell; }
286+
.dt-row-l { display: table-row; }
268287
.dt-row-group-l { display: table-row-group; }
269-
.dt-column-l { display: table-column; }
288+
.dt-column-l { display: table-column; }
270289
.dt-column-group-l { display: table-column-group; }
290+
291+
.dt--fixed-l {
292+
table-layout: fixed;
293+
width: 100%;
294+
}
271295
}
272296

273297

docs/layout/heights/index.html

+44-44
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
<main class="">
4646
<article class="bg-near-white bt b--black-10 pa3 ph5-ns">
4747
<h4 class="f4 mv0 fw6 dib mr4">tachyons-heights</h4>
48-
<span class="f4 b dib pl0 ml0 mr4">v5.0.0</span>
49-
<span class="f4 b dib pl0 ml0 mr4">258 B</span>
48+
<span class="f4 b dib pl0 ml0 mr4">v4.1.0</span>
49+
<span class="f4 b dib pl0 ml0 mr4">234 B</span>
5050
<div>
5151
<dl class="dib mr4 mt0">
5252
<dt class="f6 db">Declarations </dt>
53-
<dd class="db pl0 ml0 f4 f2-ns b">44</dd>
53+
<dd class="db pl0 ml0 f4 f2-ns b">36</dd>
5454
</dl>
5555
<dl class="dib mr4">
5656
<dt class="f6 db pr2">Selectors </dt>
57-
<dd class="db pl0 ml0 f4 f2-ns b">44</dd>
57+
<dd class="db pl0 ml0 f4 f2-ns b">36</dd>
5858
</dl>
5959
<dl class="dib mr4">
6060
<dt class="f6 db pr2">Max. Specificity Score </dt>
@@ -188,64 +188,64 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
188188

189189
/* Height Scale */
190190

191-
.h1 { height: 1rem; }
192-
.h2 { height: 2rem; }
193-
.h3 { height: 4rem; }
194-
.h4 { height: 8rem; }
195-
.h5 { height: 16rem; }
191+
.h1 { height: 1rem; }
192+
.h2 { height: 2rem; }
193+
.h3 { height: 4rem; }
194+
.h4 { height: 8rem; }
195+
.h5 { height: 16rem; }
196196

197197
/* Height Percentages */
198198

199-
.h-25 { height: 25%; }
200-
.h-50 { height: 50%; }
201-
.h-75 { height: 75%; }
199+
.h-25 { height: 25%; }
200+
.h-50 { height: 50%; }
201+
.h-75 { height: 75%; }
202202
.h-100 { height: 100%; }
203203

204204
/* String Properties */
205205

206-
.h-at { height: auto; }
207-
.h-i { height: inherit; }
206+
.h-auto { height: auto; }
207+
.h-inherit { height: inherit; }
208208

209209
@media (--breakpoint-not-small) {
210-
.h-1-ns { height: 1rem; }
211-
.h-2-ns { height: 2rem; }
212-
.h-3-ns { height: 4rem; }
213-
.h-4-ns { height: 8rem; }
214-
.h-5-ns { height: 16rem; }
215-
.h-25-ns { height: 25%; }
216-
.h-50-ns { height: 50%; }
217-
.h-75-ns { height: 75%; }
210+
.h1-ns { height: 1rem; }
211+
.h2-ns { height: 2rem; }
212+
.h3-ns { height: 4rem; }
213+
.h4-ns { height: 8rem; }
214+
.h5-ns { height: 16rem; }
215+
.h-25-ns { height: 25%; }
216+
.h-50-ns { height: 50%; }
217+
.h-75-ns { height: 75%; }
218218
.h-100-ns { height: 100%; }
219-
.h-at-ns { height: auto; }
220-
.h-i-ns { height: inherit; }
219+
.h-auto-ns { height: auto; }
220+
.h-inherit-ns { height: inherit; }
221221
}
222222

223223
@media (--breakpoint-medium) {
224-
.h1-m { height: 1rem; }
225-
.h2-m { height: 2rem; }
226-
.h3-m { height: 4rem; }
227-
.h4-m { height: 8rem; }
228-
.h5-m { height: 16rem; }
229-
.h-25-m { height: 25%; }
230-
.h-50-m { height: 50%; }
231-
.h-75-m { height: 75%; }
224+
.h1-m { height: 1rem; }
225+
.h2-m { height: 2rem; }
226+
.h3-m { height: 4rem; }
227+
.h4-m { height: 8rem; }
228+
.h5-m { height: 16rem; }
229+
.h-25-m { height: 25%; }
230+
.h-50-m { height: 50%; }
231+
.h-75-m { height: 75%; }
232232
.h-100-m { height: 100%; }
233-
.h-at-m { height: auto; }
234-
.h-i-m { height: inherit; }
233+
.h-auto-m { height: auto; }
234+
.h-inherit-m { height: inherit; }
235235
}
236236

237237
@media (--breakpoint-large) {
238-
.h1-l { height: 1rem; }
239-
.h2-l { height: 2rem; }
240-
.h3-l { height: 4rem; }
241-
.h4-l { height: 8rem; }
242-
.h5-l { height: 16rem; }
243-
.h-25-l { height: 25%; }
244-
.h-50-l { height: 50%; }
245-
.h-75-l { height: 75%; }
238+
.h1-l { height: 1rem; }
239+
.h2-l { height: 2rem; }
240+
.h3-l { height: 4rem; }
241+
.h4-l { height: 8rem; }
242+
.h5-l { height: 16rem; }
243+
.h-25-l { height: 25%; }
244+
.h-50-l { height: 50%; }
245+
.h-75-l { height: 75%; }
246246
.h-100-l { height: 100%; }
247-
.h-at-l { height: auto; }
248-
.h-i-l { height: inherit; }
247+
.h-auto-l { height: auto; }
248+
.h-inherit-l { height: inherit; }
249249
}
250250

251251
</code>

0 commit comments

Comments
 (0)