Skip to content

Conversation

RobinMalfait
Copy link
Member

@RobinMalfait RobinMalfait commented Sep 17, 2025

This PR bumps prettier and solves one of our - * formatting issues. Not all, but a few!

@RobinMalfait RobinMalfait requested a review from a team as a code owner September 17, 2025 18:18
@utility -negative-* {
margin: --value(--tab-size- *);
margin: --value(--tab-size-*);
Copy link
Member Author

Choose a reason for hiding this comment

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

This is fixed which is nice

let input = css`
@utility tab-* {
tab-size: --value([ *]);
tab-size: --value([*]);
Copy link
Member Author

Choose a reason for hiding this comment

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

This is also fixed, which is also nice

@utility example-* {
font-size: --value(--text);
line-height: --value(--text- * --line-height);
line-height: --value(--text-* --line-height);
Copy link
Member Author

Choose a reason for hiding this comment

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

This is better, but not really worse compared to before

@RobinMalfait RobinMalfait merged commit c2aab49 into main Sep 18, 2025
7 checks passed
@RobinMalfait RobinMalfait deleted the feat/bump-prettier branch September 18, 2025 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant