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