const config: { plugins: { [key: string]: any; }; } = { plugins: { tailwindcss: {}, autoprefixer: {}, 'postcss-100vh-fix': {} } }; export default config;