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