Skip to content

Commit bbfb278

Browse files
committed
fmt
1 parent 7bd1051 commit bbfb278

3 files changed

Lines changed: 47 additions & 49 deletions

File tree

docs/cell-logo.svg

Lines changed: 35 additions & 16 deletions
Loading

docs/index.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ <h3 class="mt-10">JS</h3>
4444
})
4545
}
4646

47-
register(Mirroring, "js-mirroring")</pre
48-
>
47+
register(Mirroring, "js-mirroring")</pre>
4948
<h3 class="mt-10">HTML</h3>
5049
<pre
5150
class="html-source overflow-x-scroll lg:rounded-lg shadow-lg bg-gray-800 text-gray-100 p-5 mt-5 -mx-2"
@@ -76,8 +75,7 @@ <h3 class="mt-10">JS</h3>
7675
return `Hello, I'm ${el.textContent}! 👋`
7776
}
7877

79-
register(Hello, "js-hello")</pre
80-
>
78+
register(Hello, "js-hello")</pre>
8179
<h3 class="mt-10">HTML</h3>
8280
<pre
8381
class="html-source overflow-x-scroll lg:rounded-lg shadow-lg bg-gray-800 text-gray-100 p-5 mt-5 -mx-2"
@@ -123,8 +121,7 @@ <h3 class="mt-10">JS</h3>
123121
})
124122
}
125123

126-
register(Delegation, "js-delegation")</pre
127-
>
124+
register(Delegation, "js-delegation")</pre>
128125
<h3 class="mt-10">HTML</h3>
129126
<pre
130127
class="html-source overflow-x-scroll lg:rounded-lg shadow-lg bg-gray-800 text-gray-100 p-5 mt-5 -mx-2"
@@ -155,8 +152,7 @@ <h3 class="mt-10">JS</h3>
155152
})
156153
}
157154

158-
register(OutsideComponent, "js-outside-example")</pre
159-
>
155+
register(OutsideComponent, "js-outside-example")</pre>
160156
<h3 class="mt-10">HTML</h3>
161157
<pre
162158
class="html-source overflow-x-scroll lg:rounded-lg shadow-lg bg-gray-800 text-gray-100 p-5 mt-5 -mx-2"
@@ -188,8 +184,7 @@ <h3 class="mt-10">JS</h3>
188184
});
189185
}
190186

191-
register(PreventDefaultComponent, "js-prevent-default-example")</pre
192-
>
187+
register(PreventDefaultComponent, "js-prevent-default-example")</pre>
193188
<h3 class="mt-10">HTML</h3>
194189
<pre
195190
class="html-source overflow-x-scroll lg:rounded-lg shadow-lg bg-gray-800 text-gray-100 p-5 mt-5 -mx-2"

docs/style.css

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,9 @@ html {
1616
line-height: 1.5;
1717
-webkit-text-size-adjust: 100%;
1818
font-family:
19-
ui-sans-serif,
20-
system-ui,
21-
-apple-system,
22-
BlinkMacSystemFont,
23-
"Segoe UI",
24-
Roboto,
25-
"Helvetica Neue",
26-
Arial,
27-
"Noto Sans",
28-
sans-serif,
29-
"Apple Color Emoji",
30-
"Segoe UI Emoji",
31-
"Segoe UI Symbol",
19+
ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
20+
Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
21+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
3222
"Noto Color Emoji";
3323
}
3424
table {
@@ -80,14 +70,8 @@ a {
8070
}
8171
pre, code, kbd, samp {
8272
font-family:
83-
ui-monospace,
84-
SFMono-Regular,
85-
Menlo,
86-
Monaco,
87-
Consolas,
88-
"Liberation Mono",
89-
"Courier New",
90-
monospace;
73+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
74+
"Courier New", monospace;
9175
font-size: 1em;
9276
}
9377
img, svg, video, canvas, audio, iframe, embed, object {
@@ -233,8 +217,8 @@ button, [type="button"], [type="reset"], [type="submit"] {
233217
0 4px 6px -2px rgba(0, 0, 0, 0.05);
234218
box-shadow:
235219
var(--tw-ring-offset-shadow, 0 0 transparent),
236-
var(--tw-ring-shadow, 0 0 transparent),
237-
var(--tw-shadow);
220+
var(--tw-ring-shadow, 0 0 transparent),
221+
var(--tw-shadow);
238222
}
239223
.bg-gray-800 {
240224
--tw-bg-opacity: 1;

0 commit comments

Comments
 (0)