module.exports = {
plugins: {
"postcss-px-to-viewport": {
// viewportWidth: 1920,
viewportWidth: 6656,
viewportHeight: 1792,
},
};