Skip to content

fix(css_formatter): correct spacing in container style queries#6700

Merged
denbezrukov merged 1 commit intomainfrom
db/6680
Jul 4, 2025
Merged

fix(css_formatter): correct spacing in container style queries#6700
denbezrukov merged 1 commit intomainfrom
db/6680

Conversation

@denbezrukov
Copy link
Copy Markdown
Contributor

Summary

Fix #6680

Test Plan

new snapshots

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 4, 2025

🦋 Changeset detected

Latest commit: 997bf97

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@biomejs/biome Patch
@biomejs/cli-win32-x64 Patch
@biomejs/cli-win32-arm64 Patch
@biomejs/cli-darwin-x64 Patch
@biomejs/cli-darwin-arm64 Patch
@biomejs/cli-linux-x64 Patch
@biomejs/cli-linux-arm64 Patch
@biomejs/cli-linux-x64-musl Patch
@biomejs/cli-linux-arm64-musl Patch
@biomejs/wasm-web Patch
@biomejs/wasm-bundler Patch
@biomejs/wasm-nodejs Patch
@biomejs/backend-jsonrpc Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions Bot added A-Parser Area: parser A-Formatter Area: formatter L-CSS Language: CSS and super languages labels Jul 4, 2025
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Jul 4, 2025

CodSpeed Performance Report

Merging #6700 will not alter performance

Comparing db/6680 (997bf97) with main (92964a7)

Summary

✅ 114 untouched benchmarks

Copy link
Copy Markdown
Member

@ematipico ematipico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@denbezrukov denbezrukov merged commit cdd6e17 into main Jul 4, 2025
28 checks passed
@denbezrukov denbezrukov deleted the db/6680 branch July 4, 2025 10:32
@github-actions github-actions Bot mentioned this pull request Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Formatter Area: formatter A-Parser Area: parser L-CSS Language: CSS and super languages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📝 CSS container query is formatted to invalid CSS syntax

2 participants