Skip to content

Commit 612ef00

Browse files
committed
style: run format
1 parent 7569ceb commit 612ef00

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/style.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
display: flex;
268268
justify-content: center;
269269
flex-wrap: wrap;
270-
gap: .5rem;
270+
gap: 0.5rem;
271271
font-size: 0;
272272
padding-block-start: var(--spacing-6);
273273
}
@@ -286,7 +286,9 @@
286286
padding: var(--spacing-3);
287287
border: 1px solid light-dark(var(--light-button-face), var(--dark-button-face));
288288
border-radius: 0.6rem;
289-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
289+
box-shadow:
290+
0 1px 3px 0 rgba(0, 0, 0, 0.1),
291+
0 1px 2px -1px rgba(0, 0, 0, 0.1);
290292

291293
.playground-title {
292294
background-color: light-dark(var(--light-button-face), var(--dark-button-face));
@@ -375,7 +377,7 @@
375377
}
376378

377379
h2 {
378-
font-size: clamp(1rem, 2vw + .75rem, 1.5rem);
380+
font-size: clamp(1rem, 2vw + 0.75rem, 1.5rem);
379381
margin-block-start: var(--spacing-6);
380382
margin-block-end: var(--spacing-4);
381383
}
@@ -402,7 +404,9 @@
402404
border: 1px solid light-dark(var(--light-button-face), var(--dark-button-face));
403405
border-radius: 0.4rem;
404406
font-size: 85%;
405-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
407+
box-shadow:
408+
0 1px 3px 0 rgba(0, 0, 0, 0.1),
409+
0 1px 2px -1px rgba(0, 0, 0, 0.1);
406410
padding: var(--spacing-4) var(--spacing-4);
407411
width: var(--sizes-xs);
408412
margin: unset;
@@ -411,7 +415,9 @@
411415
inset-block-end: var(--spacing-8);
412416
opacity: 0;
413417
transform: translateY(100%);
414-
transition: opacity 0.25s, transform .25s;
418+
transition:
419+
opacity 0.25s,
420+
transform 0.25s;
415421
}
416422

417423
.toast:popover-open {

0 commit comments

Comments
 (0)