Skip to content

feat(CSS): Add new utility CSS classes

Peter Hegman requested to merge peterhegman/add-new-css-utility-classes into main

What does this MR do?

Needed for gitlab!84397 (merged).

Adds gl-text-purple-700, gl-md-w-half, gl-lg-w-half utility classes. I decided to add both gl-md-w-half and gl-lg-w-half because it isn't 100% clear which breakpoint will work best and these will both be helpful in the future.

Does this MR meet the acceptance criteria?

Conformity

  • Code review guidelines.
  • GitLab UI's contributing guidlines.
  • [-] If it changes a Pajamas-compliant component's look & feel, the MR has been reviewed by a UX designer.
  • [-] If it changes GitLab UI's documentation guidelines, the MR has been reviewed by a Technical Writer.
  • [-] If the MR changes a component's API, integration MR(s) have been opened in the following projects to ensure that the @gitlab/ui package can be upgraded quickly after the changes are released:
  • [-] Added the ~"component:*" label(s) if applicable.
Edited by Peter Hegman

Merge request reports