Skip to content

Commit

Permalink
fix percentage keyframes getting prefixed
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 13, 2020
1 parent 6b746cb commit 1c1590b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const wrap = function( namespace, ignore = [] ) {
// ... start with keyframe specific selectors
firstChildNode.name === 'from' ||
firstChildNode.name === 'to' ||
firstChildNode.type === 'Percentage' ||
// ...is within a function, a pseudo class selector or a pseudo element
// selector
this.function !== null
Expand Down

0 comments on commit 1c1590b

Please sign in to comment.