Loading
Commits on Source 6
-
🤖 GitLab Bot 🤖 authored
-
Paul Gascou-Vaillancourt authored
BREAKING CHANGE: This rewrite some styles to leverage Tailwind's `@apply` directive in stead of SASS mixins' `@include`. Consuming GitLab UI's stylesheets from the source therefore requires Tailwind to be set up on the consumer's end to properly compile those directives. An alternative is to consume the compiled CSS bundles.
-
Paul Gascou-Vaillancourt authored
A single `@apply` directive can apply several utils at once.
-
Olena Horal-Koretska authored
chore(deps): update dependency @gitlab/svgs to v3.108.0 See merge request gitlab-org/gitlab-ui!4427 Merged-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Peter Hegman authored
refactor: migrate border mixin includes to apply See merge request gitlab-org/gitlab-ui!4406 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Peter Hegman <phegman@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
semantic-release-bot authored
# [87.0.0](gitlab-org/gitlab-ui@v86.15.0...v87.0.0) (2024-07-23) ### Code Refactoring * migrate border mixin includes to apply ([5ebfb2cb](gitlab-org/gitlab-ui@5ebfb2cb)) ### BREAKING CHANGES * This rewrite some styles to leverage Tailwind's `@apply` directive in stead of SASS mixins' `@include`. Consuming GitLab UI's stylesheets from the source therefore requires Tailwind to be set up on the consumer's end to properly compile those directives. An alternative is to consume the compiled CSS bundles.