fix(desktop): un-break .btn-arc — '*/' inside a CSS comment ended it early (extract #59352) - #77662
Merged
kshitijk4poor merged 1 commit intoAug 3, 2026
Conversation
…ended it early
The comment above .btn-arc contained 'bg-*/', whose */ terminated the comment mid-sentence, leaving 'text-* variant utilities. */ .btn-arc {' as an invalid prelude — CSS error recovery can drop the whole .btn-arc rule. Reword so no */ appears inside the comment.
Extracted from NousResearch#59352 by @rerdi92 (the rest of that PR — a month-stale icons.ts rewrite and a chunk-size warning-ceiling bump — is superseded/masking and was not salvaged).
kshitijk4poor
enabled auto-merge (rebase)
August 3, 2026 12:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extract-salvage of the one alive piece of #59352 (author @rerdi92, authorship preserved): the comment above .btn-arc contains 'bg-*/' whose */ terminates the comment early, leaving an invalid prelude that can drop the whole rule. Rewords the comment. The PR's other pieces (month-stale full-file icons.ts rewrite that would drop 10+ live icons; chunkSizeWarningLimit bump that masks rather than fixes) were not salvaged. Closes #59352.