Skip to content

Commit 93f4ce3

Browse files
authored
chore: update formatting for canary (#632)
1 parent f196eaa commit 93f4ce3

4 files changed

Lines changed: 103 additions & 93 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_dispatch:
55
inputs:
66
releaseKind:
7-
description: 'Kind of release'
8-
default: 'minor'
7+
description: "Kind of release"
8+
default: "minor"
99
type: choice
1010
options:
1111
- patch

deno.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"target",
1212
"benches/fixtures"
1313
],
14+
"fmt": {
15+
"exclude": [
16+
"**/*.gen.css",
17+
"generated_docs"
18+
]
19+
},
1420
"lint": {
1521
"exclude": [
1622
"src/html",

src/html/templates/pages/page.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
}
2929

3030
#categoryPanel {
31-
@apply max-lg:hidden -mt-0 pt-0 w-[250px] flex-shrink-0 top-0 sticky h-screen box-border;
31+
@apply max-lg:hidden -mt-0 pt-0 w-[250px] flex-shrink-0 top-0 sticky h-screen
32+
box-border;
3233

3334
> ul {
3435
@apply max-h-full overflow-y-auto;
@@ -39,7 +40,8 @@
3940
@apply mt-4;
4041

4142
> main {
42-
@apply min-w-0 col-span-full pb-0 md:pb-8 lg:pb-12 flex flex-col gap-3 flex-grow;
43+
@apply min-w-0 col-span-full pb-0 md:pb-8 lg:pb-12 flex flex-col gap-3
44+
flex-grow;
4345
}
4446

4547
&:has(.toc) > main {
@@ -60,7 +62,9 @@
6062
}
6163

6264
.toc {
63-
@apply max-sm:hidden sm:flex sm:flex-col max-lg:row-start-1 lg:col-[span_1_/_-1] top-0 sticky max-h-screen h-fit box-border gap-y-4 -mt-14 pt-14;
65+
@apply max-sm:hidden sm:flex sm:flex-col max-lg:row-start-1
66+
lg:col-[span_1_/_-1] top-0 sticky max-h-screen h-fit box-border gap-y-4
67+
-mt-14 pt-14;
6468

6569
> div {
6670
@apply max-h-full lg:overflow-y-auto;

0 commit comments

Comments
 (0)