sizing: write a bracket no length reader took into its own longhand - #769
Merged
Merged
Conversation
samoht
added this pull request to stack #728
September 13, 2026 18:29
samoht
force-pushed
the
sizing-last-resort
branch
from
September 13, 2026 18:57
9a40a72 to
b0a3e78
Compare
samoht
force-pushed
the
sizing-last-resort
branch
from
September 13, 2026 19:26
b0a3e78 to
e52e8c3
Compare
The dropped-declaration guard allowed such a value on Tailwind's side only, on the premise that tw writes through typed values, so a declaration its own reader refused was a defect. The token-stream contract overtakes that premise: tw writes a bracket no reader took verbatim because Tailwind puts it there. Every other drop stays a finding on both sides - a rule, a selector, any construct that failed for another reason.
Thirteen families, each naming one or two longhands, so a bracket no length reader took still names them and the value goes there verbatim. Two brackets glued together stay refused, as they are upstream.
samoht
force-pushed
the
sizing-last-resort
branch
from
September 13, 2026 20:14
e52e8c3 to
285205c
Compare
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.
Thirteen families, each naming one or two longhands.
db48ac7first widens the dropped-declaration guard: it allowed a value the grammar refuses on Tailwind's side only, on the premise that tw writes through typed values — which the token-stream contract overtakes, since tw now writes such a value deliberately. Every other drop stays a finding on both sides. Follows #768.