/** @type {import('postcss-load-config').Config} */ const config = { plugins: { '@tailwindcss/postcss': {}, cssnano: {}, }, }; export default config;