color: write a bracket no reader took into text- and outline-'s colour - #763
Merged
Merged
Conversation
samoht
added this pull request to stack #728
September 13, 2026 17:02
These were filed as known divergences rather than tested, and the malformed-hex loop pinned tw's refusal for nine families where the CLI writes the value through in all nine. Written as assertions they fail on the parent commit.
The colour is each family's last resort, so text-[notacolour] and outline-[foo:red] are declarations the browser discards rather than refusals - Tailwind's token-stream contract. Refusing dropped the selector, so an element carrying one got nothing at all. An opacity modifier over a value that is not a colour stays refused: the CLI writes a color-mix() around the raw token, and cascade's colour types hold colours rather than token streams.
samoht
force-pushed
the
unknown-hint-colour
branch
from
September 13, 2026 19:26
35f695e to
ea72807
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.
The colour is each family's last resort, so
text-[notacolour]andoutline-[foo:red]are declarations the browser discards rather than refusals — Tailwind's token-stream contract. Refusing dropped the selector. The seven other colour families still refuse the same brackets; an opacity modifier over a non-colour also stays refused, because cascade's colour types hold colours rather than token streams. Follows #762.