Skip to content

Migrate font-weight utilities to Tailwind in Verify directories

What does this MR do and why?

Related #456641 (closed)

This migrates font-weight utilities to Tailwind variant in Verify directories:

Migrate

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

in directories

  • /**/javascripts/ci/
  • /**/javascripts/usage_quotas/pipelines/
  • /app/views/projects/triggers/

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

example of gl-font-bold in app/assets/javascripts/ci/pipeline_details/header/pipeline_header.vue

Screenshot_2024-05-30_at_08.34.43

How to set up and validate locally

Check any component which has been touched and validate that the new CSS applies the same styling.

Edited by Lorenz van Herwaarden

Merge request reports