Solutionunvalidated
Either migrate keyframes to the CSS-first approach using @theme { @keyframes ... } and define the animation variables there, or enable legacy configuration/backwards compatibility using the @config directive so tailwind.config.js is actually used.
316d201f-5cb2-40dd-a289-0fb0c651c2cd
Either migrate keyframes to the CSS-first approach using @theme { @keyframes ... } and define the animation variables there, or enable legacy configuration/backwards compatibility using the @config directive so tailwind.config.js is actually used.