From 71f1ac6c019dc1e93b30ea8455127fe6b8590720 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Wed, 30 Sep 2020 10:07:16 -0700 Subject: [PATCH] Added prettier suggestion Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com> --- site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md b/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md index 21007e8d52..84336cdbed 100644 --- a/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md +++ b/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md @@ -25,6 +25,7 @@ _If you're interested in contributing to Sapper, [check out these "good first is ## Impactful bug fixes - CSS compilation will no longer remove rules for the `open` attribute on `
` elements ([Example](https://svelte.dev/repl/ab4c0c177d1f4fab92f46eb8539cea9a?version=3.26.0), **3.26.0**) +2. `prettier-plugin-svelte` will do a better job now at dealing with whitespaces, especially around inline elements. It will also preserve formatting inside `
` tags and will no longer format languages which are not supported by Prettier, like SASS, Pug or Stylus.
 
 
 ## Coming up