diff --git a/.changeset/purple-apes-whisper.md b/.changeset/purple-apes-whisper.md new file mode 100644 index 000000000000..3f9fdfdd06a0 --- /dev/null +++ b/.changeset/purple-apes-whisper.md @@ -0,0 +1,5 @@ +--- +'create-svelte': patch +--- + +Add `style="display: contents"` to wrapper element by default diff --git a/.changeset/slimy-laws-argue.md b/.changeset/slimy-laws-argue.md new file mode 100644 index 000000000000..a2f08128d348 --- /dev/null +++ b/.changeset/slimy-laws-argue.md @@ -0,0 +1,5 @@ +--- +'@sveltejs/kit': patch +--- + +Warn if `%sveltekit.body%` is direct child of `
` diff --git a/documentation/docs/10-getting-started/30-project-structure.md b/documentation/docs/10-getting-started/30-project-structure.md index 32ed820073cd..aa07ccc835ec 100644 --- a/documentation/docs/10-getting-started/30-project-structure.md +++ b/documentation/docs/10-getting-started/30-project-structure.md @@ -42,7 +42,7 @@ The `src` directory contains the meat of your project. - `routes` contains the [routes](/docs/routing) of your application - `app.html` is your page template — an HTML document containing the following placeholders: - `%sveltekit.head%` — `` and `