File tree 3 files changed +21
-33
lines changed
3 files changed +21
-33
lines changed Original file line number Diff line number Diff line change 13
13
"start" : " node build" ,
14
14
"check" : " node scripts/update.js && pnpm generate && svelte-kit sync && svelte-check" ,
15
15
"check:watch" : " svelte-kit sync && svelte-check --watch" ,
16
- "format" : " prettier --check . --ignore-path .gitignore --plugin-search-dir=. -- write" ,
17
- "check:format" : " prettier --check . --ignore-path .gitignore --plugin-search-dir=. "
16
+ "format" : " prettier --check . --write" ,
17
+ "check:format" : " prettier --check ."
18
18
},
19
19
"dependencies" : {
20
20
"@jridgewell/sourcemap-codec" : " ^1.4.15" ,
41
41
"lightningcss" : " ^1.21.8" ,
42
42
"magic-string" : " ^0.30.3" ,
43
43
"marked" : " ^9.0.0" ,
44
- "prettier" : " ^3.0.3 " ,
45
- "prettier-plugin-svelte" : " ^3.0.3 " ,
44
+ "prettier" : " ^3.1.0 " ,
45
+ "prettier-plugin-svelte" : " ^3.1.2 " ,
46
46
"sass" : " ^1.67.0" ,
47
47
"satori" : " ^0.10.4" ,
48
48
"satori-html" : " ^0.3.2" ,
Original file line number Diff line number Diff line change 32
32
< / svelte: head>
33
33
34
34
< div style: display= {$page .url .pathname !== ' /docs' ? ' contents' : ' none' }>
35
- < Shell
36
- nav_visible= {$page .url .pathname !== ' /repl/embed' }
37
- bind: snapshot= {shell_snapshot}
38
- banner_bottom_height= " 42px"
39
- >
35
+ < Shell nav_visible= {$page .url .pathname !== ' /repl/embed' } bind: snapshot= {shell_snapshot}>
40
36
< Nav slot= " top-nav" title= {data .nav_title } links= {data .nav_links }>
41
37
< svelte: fragment slot= " home-large" >
42
38
< strong> svelte< / strong> .dev
72
68
< / Nav>
73
69
74
70
< slot / >
75
-
76
- < div slot= " banner-bottom" class = " banner-bottom" >
77
- < a href= " https://www.sveltesummit.com/2023/fall" class = " banner-bottom"
78
- > Join us at Svelte Summit on Nov 11 < / a
79
- >
80
- < / div>
81
71
< / Shell>
82
72
< / div>
83
73
94
84
height: 100 % ;
95
85
width: 100 % ;
96
86
}
97
-
98
- .banner - bottom {
99
- text- align: center;
100
- background: var (-- sk- theme- 1 - variant);
101
- color: white;
102
- text- decoration: underline;
103
- padding: 8px ;
104
- }
105
87
< / style>
You can’t perform that action at this time.
0 commit comments