Skip to content

Conversation

@thecrypticace
Copy link
Contributor

@thecrypticace thecrypticace commented Dec 8, 2025

Fixes #19417

@thecrypticace thecrypticace requested a review from a team as a code owner December 8, 2025 14:31
@coderabbitai
Copy link

coderabbitai bot commented Dec 8, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request fixes an issue where color-mix fallback rules were being incorrectly emitted inside @keyframes blocks. The fix adds a guard condition to the color-mix polyfill logic to skip fallback generation when inside a keyframes context. A test was added to verify that color-mix() usage inside @keyframes is preserved without fallback injection. The changelog was updated to document this fix.


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 563a016 and 8d97964.

📒 Files selected for processing (3)
  • CHANGELOG.md (1 hunks)
  • packages/tailwindcss/src/ast.test.ts (1 hunks)
  • packages/tailwindcss/src/ast.ts (1 hunks)

Comment @coderabbitai help to get the list of available commands and usage tips.

@thecrypticace thecrypticace merged commit 478e959 into main Dec 8, 2025
7 checks passed
@thecrypticace thecrypticace deleted the fix/issue-19417 branch December 8, 2025 14:40
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.

@supports is generated inside @keyframes

3 participants