Skip to content

Migrate font weight utility to Tailwind in *.rb

Lorenz van Herwaarden requested to merge tailwind/migrate-font-weight-ruby into master

What does this MR do and why?

Related #456641 (closed)

This migrates font-weight utilities to Tailwind variant in *.rb files.

Migrate

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

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-semibold in app/helpers/events_helper.rb

Screenshot_2024-05-30_at_09.16.40

gl-font-bold in app/helpers/merge_requests_helper.rb

Screenshot_2024-05-30_at_09.08.16

How to set up and validate locally

Edited by Lorenz van Herwaarden

Merge request reports