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).
I'm using
0.19.0and my@keyframesare 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-loaderin Webpack, and its adding these prefixes for me. I was trying to work out if I could runpurgecssbeforepostcss-loader, but I couldn't figure out how to do it (I'm using the Vue webpack template).