module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, "postcss-pxtorem": { propList: ["*"], unitPrecision: 6, exclude: /node_modules/i, }, }, };