const config: {
plugins: {
[key: string]: any;
};
} = {
tailwindcss: {},
autoprefixer: {},
}
export default config;