Update .changeset/small-kids-switch.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/9549/head
Albert Marashi 3 years ago committed by GitHub
parent b0397d190e
commit a37b975597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 } }`)
feat: CSS nesting support
Loading…
Cancel
Save