-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OUDS] feat: Add 'Borders' token, utilities and documentation #2687
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
fe3cd7a
to
0c094b8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't finished the review yet, here are some first comments
--#{$prefix}border-radius-2xl: var(--#{$prefix}border-radius-xxl); // Deprecated in Bootstrap v5.3.0 for consistency | ||
--#{$prefix}border-radius-pill: #{$border-radius-pill}; | ||
// scss-docs-start root-border-var | ||
@if $enable-bootstrap-compatibility { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's let that like this for now, but this is not final, as a lot of Sass component variables depend on var(--bs-border-radius)
.
For instance, the header is a bit broken (active state of menu items) in our docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Helped to finalize the PR. LGTM! 🚀
Good job all!
Related issues
Closes #2582
Linked to #2589
Description
Add Border utilities based on design tokens with corresponding documentation.
LM:
.border-pill
and.border-circle
in the doc but should surely be backported in Bootstrap as well.ouds/main
ouds/main-vp-border-token
ouds-web.css
sizeouds-web-bootstrap
sizeouds-web-grid.css
sizeouds-web-reboot.css
sizeouds-web-utilities.css
sizeTodo
To add to #2589
Types of change
Live previews
Checklist
Contribution
Accessibility
Design
Development
Documentation
Checklist (for Core Team only)
After the merge