/* eslint-disable no-undef */ /** * @type {import('postcss').ProcessOptions} */ module.exports = { plugins: { tailwindcss: {}, autoprefixer: {}, }, };