/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
},
};