fix(css): rename and remove invalid CSS utils
- GitLab integration MR: gitlab!78667 (merged)
What does this MR do?
BREAKING CHANGE: this removes a few CSS utils that were incorrectly named in favor of new ones that follow the naming conventions. If you were using any of the removed utils, please migrate to the new ones:
-
gl-flex-sm-wrap
was replaced withgl-sm-flex-wrap
. -
gl-justify-content-md-start
was replaced withgl-md-justify-content-start
. -
gl-pt-md-2
was replaced withgl-md-pt-2
. -
gl-mt-md-n2
was replaced withgl-md-mt-n2
.
Edited by Paul Gascou-Vaillancourt