postcss/postcss-custom-properties

Force transformation and dont preserve?

badtant opened this issue · 2 comments

Hi,

I'm using postcss-custom-properties via postcss-preset-env.
According to my browserlist setup it's safe to keep the custom properties and no transformation is needed.

Is there some way I can force a transformation anyway and not preserve?

Thanks

But postcss-preset-env should automatically disable features based on browserlist config. It can be bug in postcss-preset-env.