Skip to content

feat(css): migrate CSS utils from GitLab

Paul Gascou-Vaillancourt requested to merge migrate-gitlab-css-utils into main

What does this MR do?

This migrates a bunch of CSS utils from GitLab to GitLab UI. Here's the integration MR: gitlab!115425 (closed). All utils are migrated as is (without name changes that is), except for these few:

  • gl-focus is being migrated to a the composite and stateful gl--focus util, which will produce the gl-focus--focus utility for the :focus selector.
  • gl-isolate is being renamed to gl-isolation-isolate to adhere with the usual naming conventions.

Re #2177 (closed) #2108 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports