- Replace tailwindcss v3 with tailwindcss v4 + @tailwindcss/vite plugin - Create dedicated tailwind.css entry with granular imports (skip preflight) - Use CSS-first config with prefix(tw) instead of JS config - Switch from PostCSS plugin to Vite plugin for better performance - Update class prefix from tw- (dash) to tw: (colon) in all Vue files - Remove @tailwind directives from global.scss - Delete tailwind.config.js (replaced by CSS directives) - Update stylelint at-rules for v4 directives |
||
|---|---|---|
| .. | ||
| components | ||
| custom-properties | ||
| theme | ||
| common-imports.scss | ||
| fonts.scss | ||
| global.scss | ||
| tailwind.css | ||
| transitions.scss | ||