/** @type {import('postcss').Config} */ module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, };