1 2 3 4 5
import postcssPresetEnv from "postcss-preset-env"; module.exports = { plugins: [postcssPresetEnv()], };