Closed basz closed 11 months ago
FWIW, I've been using yarn's selective dependency option to force the postcss packages to upgrade (AFAIK the only breaking stuff was dropping old versions, which don't cause problems for me) and haven't seen breakage yet.
"resolutions": {
"**/postcss-preset-env": "^7.6.0",
"postcss": "^8.4.14"
},
It would be nice if we could fix this. Might be a BC as minimum node version needs to be up'd
Seeing this problem