Migrate `ee/app/views` to Tailwind
What does this MR do and why?
Migrate ee/app/views
to Tailwind
Migrates all legacy utility classes to Tailwind in ee/app/views
.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
N/A
How to set up and validate locally
Migration command:
./node_modules/@gitlab/ui/bin/migrate_custom_utils_to_tw.bundled.mjs --directories ee/app/views
- a few manual updates because classes that start with
!
or contain/
can't be inlined in the HAML way and need to be passed to theclass
option explicitly.
Edited by Paul Gascou-Vaillancourt