Skip to content

Commit 27fa0c6

Browse files
committed
prettier
1 parent 5e80a81 commit 27fa0c6

File tree

2 files changed

+5
-22
lines changed

2 files changed

+5
-22
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
pnpm-lock.yaml
55
routeTree.gen.ts
66
convex/_generated
7-
convex/README.md
7+
convex/README.md
8+
src/blog/tanstack-db-0.1-the-embedded-client-database-for-tanstack-query.md

src/styles/app.css

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,7 @@ pre.twoslash data-lsp:hover::before {
208208
text-align: left;
209209
padding: 5px 8px;
210210
border-radius: 2px;
211-
font-family:
212-
'JetBrains Mono',
213-
Menlo,
214-
Monaco,
215-
Consolas,
216-
monospace,
217-
Courier New;
211+
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, monospace, Courier New;
218212
font-size: 14px;
219213
white-space: pre-wrap;
220214
z-index: 100;
@@ -253,13 +247,7 @@ pre .code-container:hover a {
253247

254248
pre code {
255249
font-size: 12px;
256-
font-family:
257-
'JetBrains Mono',
258-
Menlo,
259-
Monaco,
260-
Consolas,
261-
monospace,
262-
Courier New;
250+
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, monospace, Courier New;
263251
white-space: pre;
264252
-webkit-overflow-scrolling: touch;
265253
}
@@ -398,13 +386,7 @@ data-lsp {
398386
}
399387
.tag-container .twoslash-annotation {
400388
position: absolute;
401-
font-family:
402-
'JetBrains Mono',
403-
Menlo,
404-
Monaco,
405-
Consolas,
406-
monospace,
407-
Courier New;
389+
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, monospace, Courier New;
408390
right: -10px;
409391
/** Default annotation text to 200px */
410392
width: 200px;

0 commit comments

Comments
 (0)