We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60b7eb commit 12f4701Copy full SHA for 12f4701
packages/tailwindcss/src/index.ts
@@ -467,7 +467,6 @@ async function parseCss(
467
// Collect `@keyframes` rules to re-insert with theme variables later,
468
// since the `@theme` rule itself will be removed.
469
if (child.kind === 'at-rule' && child.name === '@keyframes') {
470
- // Do not track/emit `@keyframes`, if they are part of a `@theme reference`.
471
theme.addKeyframes(child)
472
return WalkAction.Skip
473
}
0 commit comments