File tree Expand file tree Collapse file tree 3 files changed +21
-33
lines changed Expand file tree Collapse file tree 3 files changed +21
-33
lines changed Original file line number Diff line number Diff line change 1313 "start" : " node build" ,
1414 "check" : " node scripts/update.js && pnpm generate && svelte-kit sync && svelte-check" ,
1515 "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 ."
1818 },
1919 "dependencies" : {
2020 "@jridgewell/sourcemap-codec" : " ^1.4.15" ,
4141 "lightningcss" : " ^1.21.8" ,
4242 "magic-string" : " ^0.30.3" ,
4343 "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 " ,
4646 "sass" : " ^1.67.0" ,
4747 "satori" : " ^0.10.4" ,
4848 "satori-html" : " ^0.3.2" ,
Original file line number Diff line number Diff line change 3232< / svelte: head>
3333
3434< 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}>
4036 < Nav slot= " top-nav" title= {data .nav_title } links= {data .nav_links }>
4137 < svelte: fragment slot= " home-large" >
4238 < strong> svelte< / strong> .dev
7268 < / Nav>
7369
7470 < 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>
8171 < / Shell>
8272< / div>
8373
9484 height: 100 % ;
9585 width: 100 % ;
9686 }
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- }
10587< / style>
You can’t perform that action at this time.
0 commit comments