From 563ec3b7f160032af8f3201c3e1943ff89eae5d8 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Wed, 30 Sep 2020 15:00:31 -0400 Subject: [PATCH] Remove line RE: sapper contributions --- .../content/blog/2020-10-01-whats-new-in-svelte-october-2020.md | 2 -- 1 file changed, 2 deletions(-) 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 84336cdbed..9c1c8d879d 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 @@ -20,8 +20,6 @@ Sapper 0.28.9 just came out. The highlights from it include much better support In addition, Sapper's CSS handling has been rewritten over the course of recent releases in order to fix existing CSS handling bugs, refactor the CSS handling to occur entirely within a Rollup plugin, and remove the need internally to register CSS in the routing system. Congrats and thank you to the folks working on Sapper for all their solid work! -_If you're interested in contributing to Sapper, [check out these "good first issue"s](https://github.com/sveltejs/sapper/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)!_ - ## 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**)