Skip to content

Migrate font weight utilities to Tailwind in ee/app/**/*.haml

What does this MR do and why?

Related #456641 (closed)

This migrates font-weight utilities to Tailwind variant:

  • gl-font-weight-normal -> gl-font-normal
  • gl-font-weight-bold -> gl-font-bold

in *.haml files in directory ee/app/.

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

gl-font-bold in ee/app/views/groups/settings/_restore.html.haml

Screenshot_2024-05-30_at_13.52.09

gl-font-normal in ee/app/views/projects/mirrors/_branch_filter.html.haml

Screenshot_2024-05-30_at_13.54.18

How to set up and validate locally

Edited by Lorenz van Herwaarden

Merge request reports