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