From a37b9755976e19791faa0002a4dc21a2e5259b04 Mon Sep 17 00:00:00 2001 From: Albert Marashi Date: Mon, 27 Nov 2023 16:43:50 +1030 Subject: [PATCH] Update .changeset/small-kids-switch.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- .changeset/small-kids-switch.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.changeset/small-kids-switch.md b/.changeset/small-kids-switch.md index dd92aad7cf..85460c87a9 100644 --- a/.changeset/small-kids-switch.md +++ b/.changeset/small-kids-switch.md @@ -2,10 +2,4 @@ 'svelte': patch --- -Implement CSS nesting support -- [x] CSS rule nesting using `&` prefix (ie `.foo { & div { color: red } }`) -- [x] CSS At-Rules nesting -- [x] CSS rule nesting without `&` type (element) selector (ie. `.foo { div { color: red } }`) -- [x] CSS rule nesting without `&` for CSS Combinators (ie. `.foo { + div { color: red } }`) -- [x] CSS rule nesting without `&` for class & ID selectors (ie. `.foo { .bar { color: red } }`) -- [x] Appending the `&` nesting selector to reverse rule context (ie. `.foo { .bar & { color: red } }`, equiv to `.bar { .foo { color: red } }`) \ No newline at end of file +feat: CSS nesting support \ No newline at end of file