You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using 0.19.0 and my @keyframes are being purged successfully (whoop - thanks for all the work on the keyframe refactoring!), but my vendor-prefixed keyframe rules (specifically @-webkit-keyframes) are not being removed. Would it be possible to remove these too?
I'm using the postcss-loader in Webpack, and its adding these prefixes for me. I was trying to work out if I could run purgecss before postcss-loader, but I couldn't figure out how to do it (I'm using the Vue webpack template).
The text was updated successfully, but these errors were encountered:
Hey, Sorry about that I totally forgot that prefixed keyframes even exist, Its definetly possible and ill do it as soon as i find the time. Thanks for reporting this
I'm using
0.19.0
and my@keyframes
are being purged successfully (whoop - thanks for all the work on the keyframe refactoring!), but my vendor-prefixed keyframe rules (specifically@-webkit-keyframes
) are not being removed. Would it be possible to remove these too?I'm using the
postcss-loader
in Webpack, and its adding these prefixes for me. I was trying to work out if I could runpurgecss
beforepostcss-loader
, but I couldn't figure out how to do it (I'm using the Vue webpack template).The text was updated successfully, but these errors were encountered: