module.exports = { plugins: { autoprefixer: {}, // 'postcss-px-to-viewport': { // // options // unitToConvert: 'px', // viewportWidth: 1100, // unitPrecision: 2, // propList: ['*'], // viewportUnit: 'vw', // fontViewportUnit: 'vw', // selectorBlackList: [], // minPixelValue: 1, // mediaQuery: false, // replace: true, // exclude: undefined, // include: undefined, // landscape: false, // landscapeUnit: 'vw', // landscapeWidth: 700, // }, }, };