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