Skip to content

fix(core): css assist#6682

Merged
ematipico merged 1 commit intomainfrom
fix/css-assist
Jul 3, 2025
Merged

fix(core): css assist#6682
ematipico merged 1 commit intomainfrom
fix/css-assist

Conversation

@ematipico
Copy link
Copy Markdown
Member

Summary

Closes #6668

The fix was one line but it took me a bit to pin pointing it 😅

Test Plan

Added a test

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 3, 2025

🦋 Changeset detected

Latest commit: e8b4531

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

}

pub type CssAssistEnabled = Bool<false>;
pub type CssAssistEnabled = Bool<true>;
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

That's the fix 😆

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Shortest PR I've seen. You were fast in fixing the linked issue >24 hours 👍

@ematipico ematipico changed the title fix(core): CSS assist fix(core): css assist Jul 3, 2025
@github-actions github-actions Bot added A-CLI Area: CLI A-Project Area: project labels Jul 3, 2025
@ematipico ematipico requested review from a team July 3, 2025 07:57
@ematipico ematipico merged commit ca04cea into main Jul 3, 2025
11 of 12 checks passed
@ematipico ematipico deleted the fix/css-assist branch July 3, 2025 08:31
@github-actions github-actions Bot mentioned this pull request Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CLI Area: CLI A-Project Area: project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 useSortedProperties doesn't appear to be working

4 participants