fix(css): remove desktop-first CSS utils
BREAKING CHANGE: This removes the remaining desktop-first CSS utilities form the library. Any usages of those should be replaced with mobile-first alternatives. See below for replacement suggestions. Note that the proposed replacements should work in the most simple cases. Some use cases might require using different utils combinations. * `gl-sm-flex-direction-column` Replace with `gl-flex-direction-column gl-md-flex-direction-row`. * `gl-xs-flex-direction-column` Replace with `gl-flex-direction-column gl-sm-flex-direction-row`. * `gl-xs-w-full` Replace with `gl-w-full gl-sm-w-auto`. * `gl-xs-mb-3` Replace with `gl-mb-3 gl-sm-mb-0`.
Loading
-
mentioned in commit 4bbc00d6
-
mentioned in merge request gitlab!137099 (merged)
-
mentioned in merge request gitlab-org/gitlab-services/design.gitlab.com!3618 (merged)
-
mentioned in merge request gitlab-docs!4405 (merged)
-
mentioned in merge request status-page!888 (merged)
-
mentioned in merge request gitlab-org/frontend/pajamas-adoption-scanner!243 (merged)
-
mentioned in merge request gitlab-org/frontend/playground/accessibility-scanner!21 (merged)
Please register or sign in to comment