// If you want to use other PostCSS plugins, see the following: // https://tailwindcss.com/docs/using-with-preprocessors /** @type {import('postcss').Postcss} */ module.exports = { plugins: { tailwindcss: {}, autoprefixer: {} } }