Adopt postcss-preset-env
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.