borders, position: write a bracket no length reader took into its longhand - #768
Merged
Merged
Conversation
samoht
added this pull request to stack #728
September 13, 2026 18:17
samoht
force-pushed
the
inset-sizing-last-resort
branch
from
September 13, 2026 18:57
b77e022 to
15e664f
Compare
…ghand The corner radii and the inset sides each name their own longhands, so a bracket no length reader took still names them and the value goes there verbatim - Tailwind's token-stream contract. Refusing dropped the selector. That is 31 more of the families the contract doc inventories. A theme() call still standing in the text is not such a value: it is resolved before a family's reader sees the bracket, so one that survived is a lookup that declined, and Tailwind names no utility for it. p-[--theme(spacing.4)] is the v4 spelling over a v3 dot path.
samoht
force-pushed
the
inset-sizing-last-resort
branch
from
September 13, 2026 19:26
15e664f to
fe17dae
Compare
The commit before this one gives the inset sides their last resort, so top-[(var(--a)+var(--b))] is a declaration rather than a refusal. The assertion belongs here, with the change it describes, not two PRs later.
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.
The corner radii and the inset sides each name their own longhands, so a bracket no length reader took still names them and the value goes there verbatim. That is 31 more of the families the contract doc inventories.
A
theme()call still standing in the text is not such a value — it is resolved before a family's reader sees the bracket, so one that survived is a lookup that declined, and Tailwind names no utility for it. Follows #767.