// postcss.config.js
module.exports = {
plugins: {
"autoprefixer": {},
'postcss-px-to-viewport-8-plugin': {
viewportWidth: 375
}