chore: bump tailwindcss to v4 (#4681)

This commit is contained in:
Alex Yang
2025-09-15 12:32:22 -07:00
committed by GitHub
parent 283c29c4de
commit f69626d564
3 changed files with 10 additions and 151 deletions

View File

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