Skip to content

Commit 8450aae

Browse files
author
mrmrs
committed
Update docs
1 parent 6df216a commit 8450aae

File tree

30 files changed

+307
-136
lines changed

30 files changed

+307
-136
lines changed

components/articles/photo-essay/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h2 class="f5">css</h2>
257257
}
258258

259259
.bg-light-pink {
260-
background-color: #efa4b8;
260+
background-color: #ffa3d7;
261261
}
262262

263263
.pl2 {

components/banners/basic/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 class="f5">css</h2>
8787
}
8888

8989
.b--dark-green {
90-
border-color: #006c71;
90+
border-color: #137752;
9191
}
9292

9393
.br2 {
@@ -127,15 +127,15 @@ <h2 class="f5">css</h2>
127127
}
128128

129129
.dark-green {
130-
color: #006c71;
130+
color: #137752;
131131
}
132132

133133
.washed-green {
134134
color: #e8fdf5;
135135
}
136136

137137
.bg-dark-green {
138-
background-color: #006c71;
138+
background-color: #137752;
139139
}
140140

141141
.bg-washed-green {
@@ -206,11 +206,11 @@ <h2 class="f5">css</h2>
206206
-moz-osx-font-smoothing: grayscale;
207207
backface-visibility: hidden;
208208
transform: translateZ(0);
209-
transition: transform 0.25s ease-out;
209+
transition: transform .25s ease-out;
210210
}
211211

212212
.grow:hover, .grow:focus {
213-
transform: scale(1.05);
213+
transform: scale(15);
214214
}
215215

216216
.grow:active {
@@ -236,7 +236,7 @@ <h2 class="f5">css</h2>
236236
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
237237
<dl class="dib mr4 mt0">
238238
<dt class="db f6">Gzipped Size</dt>
239-
<dd class="ml0 b f3 f2-ns">574<small class="f6">B</small>
239+
<dd class="ml0 b f3 f2-ns">572<small class="f6">B</small>
240240
</dd>
241241
</dl>
242242
<dl class="dib mr4 mt0">

components/buttons/basic/index.html

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ <h2 class="f5">css</h2>
229229

230230
.link:focus {
231231
transition: color .15s ease-in;
232+
outline: 1px dotted currentColor;
232233
}
233234

234235
.black {
@@ -252,23 +253,23 @@ <h2 class="f5">css</h2>
252253
}
253254

254255
.purple {
255-
color: #7d5da9;
256+
color: #5e2ca5;
256257
}
257258

258259
.light-purple {
259-
color: #8d4f92;
260+
color: #a463f2;
260261
}
261262

262-
.hot-pink {
263-
color: #d62288;
263+
.dark-pink {
264+
color: #d5008f;
264265
}
265266

266-
.dark-pink {
267-
color: #c64774;
267+
.hot-pink {
268+
color: #ff41b4;
268269
}
269270

270271
.dark-green {
271-
color: #006c71;
272+
color: #137752;
272273
}
273274

274275
.navy {
@@ -296,23 +297,23 @@ <h2 class="f5">css</h2>
296297
}
297298

298299
.bg-purple {
299-
background-color: #7d5da9;
300+
background-color: #5e2ca5;
300301
}
301302

302303
.bg-light-purple {
303-
background-color: #8d4f92;
304+
background-color: #a463f2;
304305
}
305306

306-
.bg-hot-pink {
307-
background-color: #d62288;
307+
.bg-dark-pink {
308+
background-color: #d5008f;
308309
}
309310

310-
.bg-dark-pink {
311-
background-color: #c64774;
311+
.bg-hot-pink {
312+
background-color: #ff41b4;
312313
}
313314

314315
.bg-dark-green {
315-
background-color: #006c71;
316+
background-color: #137752;
316317
}
317318

318319
.bg-navy {
@@ -376,7 +377,7 @@ <h2 class="f5">css</h2>
376377
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
377378
<dl class="dib mr4 mt0">
378379
<dt class="db f6">Gzipped Size</dt>
379-
<dd class="ml0 b f3 f2-ns">592<small class="f6">B</small>
380+
<dd class="ml0 b f3 f2-ns">617<small class="f6">B</small>
380381
</dd>
381382
</dl>
382383
<dl class="dib mr4 mt0">
@@ -385,7 +386,7 @@ <h2 class="f5 mb3 mt4">Css stats for this component</h2>
385386
</dl>
386387
<dl class="dib mt0">
387388
<dt class="db f6">Declarations</dt>
388-
<dd class="ml0 b f3 f2-ns">52</dd>
389+
<dd class="ml0 b f3 f2-ns">53</dd>
389390
</dl>
390391
</div>
391392
<div class="fl w-100">

components/buttons/pill-grow/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -231,23 +231,23 @@ <h2 class="f5">css</h2>
231231
}
232232

233233
.purple {
234-
color: #7d5da9;
234+
color: #5e2ca5;
235235
}
236236

237237
.light-purple {
238-
color: #8d4f92;
238+
color: #a463f2;
239239
}
240240

241-
.hot-pink {
242-
color: #d62288;
241+
.dark-pink {
242+
color: #d5008f;
243243
}
244244

245-
.dark-pink {
246-
color: #c64774;
245+
.hot-pink {
246+
color: #ff41b4;
247247
}
248248

249249
.dark-green {
250-
color: #006c71;
250+
color: #137752;
251251
}
252252

253253
.navy {
@@ -275,23 +275,23 @@ <h2 class="f5">css</h2>
275275
}
276276

277277
.bg-purple {
278-
background-color: #7d5da9;
278+
background-color: #5e2ca5;
279279
}
280280

281281
.bg-light-purple {
282-
background-color: #8d4f92;
282+
background-color: #a463f2;
283283
}
284284

285-
.bg-hot-pink {
286-
background-color: #d62288;
285+
.bg-dark-pink {
286+
background-color: #d5008f;
287287
}
288288

289-
.bg-dark-pink {
290-
background-color: #c64774;
289+
.bg-hot-pink {
290+
background-color: #ff41b4;
291291
}
292292

293293
.bg-dark-green {
294-
background-color: #006c71;
294+
background-color: #137752;
295295
}
296296

297297
.bg-navy {
@@ -340,11 +340,11 @@ <h2 class="f5">css</h2>
340340
-moz-osx-font-smoothing: grayscale;
341341
backface-visibility: hidden;
342342
transform: translateZ(0);
343-
transition: transform 0.25s ease-out;
343+
transition: transform .25s ease-out;
344344
}
345345

346346
.grow:hover, .grow:focus {
347-
transform: scale(1.05);
347+
transform: scale(15);
348348
}
349349

350350
.grow:active {
@@ -359,7 +359,7 @@ <h2 class="f5">css</h2>
359359
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
360360
<dl class="dib mr4 mt0">
361361
<dt class="db f6">Gzipped Size</dt>
362-
<dd class="ml0 b f3 f2-ns">613<small class="f6">B</small>
362+
<dd class="ml0 b f3 f2-ns">610<small class="f6">B</small>
363363
</dd>
364364
</dl>
365365
<dl class="dib mr4 mt0">

components/buttons/pill/index.html

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ <h2 class="f5">css</h2>
229229

230230
.link:focus {
231231
transition: color .15s ease-in;
232+
outline: 1px dotted currentColor;
232233
}
233234

234235
.black {
@@ -252,23 +253,23 @@ <h2 class="f5">css</h2>
252253
}
253254

254255
.purple {
255-
color: #7d5da9;
256+
color: #5e2ca5;
256257
}
257258

258259
.light-purple {
259-
color: #8d4f92;
260+
color: #a463f2;
260261
}
261262

262-
.hot-pink {
263-
color: #d62288;
263+
.dark-pink {
264+
color: #d5008f;
264265
}
265266

266-
.dark-pink {
267-
color: #c64774;
267+
.hot-pink {
268+
color: #ff41b4;
268269
}
269270

270271
.dark-green {
271-
color: #006c71;
272+
color: #137752;
272273
}
273274

274275
.navy {
@@ -296,23 +297,23 @@ <h2 class="f5">css</h2>
296297
}
297298

298299
.bg-purple {
299-
background-color: #7d5da9;
300+
background-color: #5e2ca5;
300301
}
301302

302303
.bg-light-purple {
303-
background-color: #8d4f92;
304+
background-color: #a463f2;
304305
}
305306

306-
.bg-hot-pink {
307-
background-color: #d62288;
307+
.bg-dark-pink {
308+
background-color: #d5008f;
308309
}
309310

310-
.bg-dark-pink {
311-
background-color: #c64774;
311+
.bg-hot-pink {
312+
background-color: #ff41b4;
312313
}
313314

314315
.bg-dark-green {
315-
background-color: #006c71;
316+
background-color: #137752;
316317
}
317318

318319
.bg-navy {
@@ -376,7 +377,7 @@ <h2 class="f5">css</h2>
376377
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
377378
<dl class="dib mr4 mt0">
378379
<dt class="db f6">Gzipped Size</dt>
379-
<dd class="ml0 b f3 f2-ns">596<small class="f6">B</small>
380+
<dd class="ml0 b f3 f2-ns">622<small class="f6">B</small>
380381
</dd>
381382
</dl>
382383
<dl class="dib mr4 mt0">
@@ -385,7 +386,7 @@ <h2 class="f5 mb3 mt4">Css stats for this component</h2>
385386
</dl>
386387
<dl class="dib mt0">
387388
<dt class="db f6">Declarations</dt>
388-
<dd class="ml0 b f3 f2-ns">52</dd>
389+
<dd class="ml0 b f3 f2-ns">53</dd>
389390
</dl>
390391
</div>
391392
<div class="fl w-100">

components/cards/album-centered/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ <h2 class="f5">css</h2>
109109

110110
.link:focus {
111111
transition: color .15s ease-in;
112+
outline: 1px dotted currentColor;
112113
}
113114

114115
.mw5 {
@@ -169,7 +170,7 @@ <h2 class="f5">css</h2>
169170
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
170171
<dl class="dib mr4 mt0">
171172
<dt class="db f6">Gzipped Size</dt>
172-
<dd class="ml0 b f3 f2-ns">404<small class="f6">B</small>
173+
<dd class="ml0 b f3 f2-ns">427<small class="f6">B</small>
173174
</dd>
174175
</dl>
175176
<dl class="dib mr4 mt0">
@@ -178,7 +179,7 @@ <h2 class="f5 mb3 mt4">Css stats for this component</h2>
178179
</dl>
179180
<dl class="dib mt0">
180181
<dt class="db f6">Declarations</dt>
181-
<dd class="ml0 b f3 f2-ns">29</dd>
182+
<dd class="ml0 b f3 f2-ns">30</dd>
182183
</dl>
183184
</div>
184185
<div class="fl w-100">

components/cards/album-left/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ <h2 class="f5">css</h2>
113113

114114
.link:focus {
115115
transition: color .15s ease-in;
116+
outline: 1px dotted currentColor;
116117
}
117118

118119
.mw5 {
@@ -169,7 +170,7 @@ <h2 class="f5">css</h2>
169170
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
170171
<dl class="dib mr4 mt0">
171172
<dt class="db f6">Gzipped Size</dt>
172-
<dd class="ml0 b f3 f2-ns">401<small class="f6">B</small>
173+
<dd class="ml0 b f3 f2-ns">426<small class="f6">B</small>
173174
</dd>
174175
</dl>
175176
<dl class="dib mr4 mt0">
@@ -178,7 +179,7 @@ <h2 class="f5 mb3 mt4">Css stats for this component</h2>
178179
</dl>
179180
<dl class="dib mt0">
180181
<dt class="db f6">Declarations</dt>
181-
<dd class="ml0 b f3 f2-ns">29</dd>
182+
<dd class="ml0 b f3 f2-ns">30</dd>
182183
</dl>
183184
</div>
184185
<div class="fl w-100">

components/cards/news-card/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ <h2 class="f5">css</h2>
9797

9898
.link:focus {
9999
transition: color .15s ease-in;
100+
outline: 1px dotted currentColor;
100101
}
101102

102103
.mw5 {
@@ -170,7 +171,7 @@ <h2 class="f5">css</h2>
170171
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
171172
<dl class="dib mr4 mt0">
172173
<dt class="db f6">Gzipped Size</dt>
173-
<dd class="ml0 b f3 f2-ns">454<small class="f6">B</small>
174+
<dd class="ml0 b f3 f2-ns">476<small class="f6">B</small>
174175
</dd>
175176
</dl>
176177
<dl class="dib mr4 mt0">
@@ -179,7 +180,7 @@ <h2 class="f5 mb3 mt4">Css stats for this component</h2>
179180
</dl>
180181
<dl class="dib mt0">
181182
<dt class="db f6">Declarations</dt>
182-
<dd class="ml0 b f3 f2-ns">33</dd>
183+
<dd class="ml0 b f3 f2-ns">34</dd>
183184
</dl>
184185
</div>
185186
<div class="fl w-100">

0 commit comments

Comments
 (0)