vikunja/frontend/src/styles
kolaente a08667b669 feat(frontend): upgrade Tailwind CSS from v3 to v4
- 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
2026-03-03 11:46:18 +01:00
..
components feat(rtl): basic rtl layout for rtl languages 2025-08-03 15:05:48 +02:00
custom-properties fix: correct comments 2025-07-02 17:46:21 +02:00
theme fix(menu): alignment of projects and subprojects in sidebar (#1974) 2025-12-15 15:35:56 +00:00
common-imports.scss fix: mobile device minimum width (#1337) 2025-09-01 22:49:42 +02:00
fonts.scss feat: add subsets for all supported languages 2025-08-17 23:11:30 +02:00
global.scss feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
tailwind.css feat(frontend): upgrade Tailwind CSS from v3 to v4 2026-03-03 11:46:18 +01:00
transitions.scss chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00