Files
lucia-frontend/postcss.config.cjs
依瑪貓 4e22643999 Upgrade Tailwind CSS from 3 to 4 with CSS-first config migration
Migrate tailwind.config.js to @theme in CSS, replace PostCSS plugins
with @tailwindcss/postcss, add @reference to 12 Vue scoped styles using
@apply, and remove autoprefixer (now built into Tailwind 4).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 11:29:03 +08:00

6 lines
72 B
JavaScript

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};