Loading
Commits on Source 3
-
BREAKING CHANGE: Stateful and responsive mixins naming patterns have been updated so that they always start with the `gl-` prefix, followed by the state or breakpoint. Make sure to update your utility class usages to reflect those changes. For example: ```patch - <div class="hover-gl-rounded-base"> + <div class="gl-hover-rounded-base"> ```
-
Enrique Alcántara authored
fix(css): update stateful and responsive mixins naming pattern See merge request gitlab-org/gitlab-ui!1392
-
semantic-release-bot authored
# [15.0.0](gitlab-org/gitlab-ui@v14.17.0...v15.0.0) (2020-05-21) ### Bug Fixes * **css:** update stateful and responsive mixins naming pattern ([d2e99f58](gitlab-org/gitlab-ui@d2e99f58)) ### BREAKING CHANGES * **css:** Stateful and responsive mixins naming patterns have been updated so that they always start with the `gl-` prefix, followed by the state or breakpoint. Make sure to update your utility class usages to reflect those changes. For example: ```patch - <div class="hover-gl-rounded-base"> + <div class="gl-hover-rounded-base"> ```