1 2 3 4 5 6
/** @type {import('postcss-load-config').Config} */ export default { plugins: { "@tailwindcss/postcss": {}, }, };