1/** @type {import('postcss-load-config').Config} */ 2const config = { 3 plugins: { 4 '@tailwindcss/postcss': {}, 5 }, 6}; 7 8export default config;