// postcss.config.js module.exports = { plugins: [ require('postcss-100vh-fix') ], };