We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7045639 commit ed84fe4Copy full SHA for ed84fe4
src/corePlugins/animation.js
@@ -32,7 +32,7 @@ module.exports = function ({ matchUtilities, jit: { theme } }) {
32
return [
33
keyframes[animationName],
34
{ [nameClass('animate', modifier)]: { animation: value } },
35
- ]
+ ].filter(Boolean)
36
},
37
],
38
})
0 commit comments