Skip to content

Commit 12f4701

Browse files
Remove leftover comment
1 parent b60b7eb commit 12f4701

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tailwindcss/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ async function parseCss(
467467
// Collect `@keyframes` rules to re-insert with theme variables later,
468468
// since the `@theme` rule itself will be removed.
469469
if (child.kind === 'at-rule' && child.name === '@keyframes') {
470-
// Do not track/emit `@keyframes`, if they are part of a `@theme reference`.
471470
theme.addKeyframes(child)
472471
return WalkAction.Skip
473472
}

0 commit comments

Comments
 (0)