Skip to content

Adopt postcss-preset-env

Warren Gifford requested to merge postcss-preset-env into main

Created by: felixfbecker

This allows us to not worry about browser support when writing CSS beyond just prefixes (which we had with autoprefixer already, which is part of preset-env). It works the same way as babel-preset-env, which we are already using, but for CSS instead of JS.

Merge request reports

Loading