Skip to content
Prev Previous commit
Next Next commit
improve changelogs
  • Loading branch information
ematipico committed Dec 19, 2025
commit 9017fdf1e151220e9a3dbf4f7cd1bd59edeeb75d
2 changes: 2 additions & 0 deletions .changeset/angry-women-accept.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
---

The Biome CSS parser is now able to parse Vue SFC syntax such as `:slotted` and `:deep`. These pseudo functions are only correctly parsed when the CSS is defined inside `.vue` components. Otherwise, Biome will a emit a parse error.

This capability is only available when `experimentalFullHtmlSupportedEnabled` is set to `true`.
2 changes: 0 additions & 2 deletions .changeset/plenty-hornets-hide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

Added support for parsing `:global` and `:local` inside `.astro`, `.svelte` and `.vue` files, in `<style>` portion of the file.

Added support for parsing `:slotted` and `:deep` inside `.vue` files, in `<style>` portion of the file.

This capability is only available when `experimentalFullHtmlSupportedEnabled` is set to `true`.