Skip to content

Converts dynamically built CSS utilities to static ones

What does this MR do and why?

For the Tailwind parser to work properly, the codebase should only reference statically built CSS utilities (they should not be built dynamically with string interpolation). This converts all of the offences to statically built utils to unblock our move to Tailwind.

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

Abuse reports
Screenshot_2024-03-26_at_12.21.40_PM
User table
Screenshot_2024-03-26_at_12.29.25_PM

Related to #443664 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports