Skip to content

Commit ed84fe4

Browse files
committed
Fix animation-none bug
1 parent 7045639 commit ed84fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corePlugins/animation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = function ({ matchUtilities, jit: { theme } }) {
3232
return [
3333
keyframes[animationName],
3434
{ [nameClass('animate', modifier)]: { animation: value } },
35-
]
35+
].filter(Boolean)
3636
},
3737
],
3838
})

0 commit comments

Comments
 (0)