[postcss-preset-env] what happen when a feature is rejected ? #231
Replies: 1 comment
|
Hi! Any drop in Normally we would detect these and make it a breaking change in both This happened with : It was only removed when we released To help users migrate their source code I created this : https://github.com/romainmenke/postcss-preset-env-migrations It has two things and you pick one :
At the moment I intend to keep track of breaking changes in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Let's say I'm using a stage 2 feature and this feature is rejected. Would this feature be kept in cssdb ?
if this is not the case, my next css build could miss the polyfill and my frontend being impacted.
All reactions