CSS/SCSS comments now stay on the right side of declaration boundaries (
df6b867)
Biome fixed comment handling around generic CSS property names, colons, and values so formatting matches Prettier more closely. This prevents comments from drifting across declaration boundaries and improves output for CSS and SCSS declarations with inline or trailing comments.
SCSS parser now reports clearer errors for malformed selectors (
7863d63)
The parser now emits a direct diagnostic when @extend is missing a selector, instead of silently recovering past the problem, and attribute selectors now surface a missing-name error in narrower cases like [] or [ followed by a matcher. That makes SCSS syntax issues easier to understand and reduces confusing recovery diagnostics.
Other misc changes
- Removed Corepack-based pnpm setup from several GitHub Actions workflows and updated contributor/testing docs accordingly.