-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Docs: precise how to add new .order-*
classes in 'Layout > Columns'
#40821
Docs: precise how to add new .order-*
classes in 'Layout > Columns'
#40821
Conversation
Thank you! This adds the missing info to the docs. Problem solved. |
Co-authored-by: Tobi <[email protected]>
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 like it, just wondering if we should link or paste the same information in here: https://main--twbs-bootstrap.netlify.app/docs/5.3/utilities/flex/#order.
Approving since it's already better than the actual
…-utility-management
Tried something to follow our API guide on how to modify utilities. Feel free to revert it.
Definitely not, since we don't do it on other utilities pages. |
Thanks for the proposal @louismaximepiton. It's indeed working like that. The only thing I saw is that |
Description
This PR suggests improving our documentation to fix #40816.
The following sentence is IMO misleading as we don't have Sass variables handling this set or
.order-*
utilities:Internally, these utilities are generated thanks to:
bootstrap/scss/_utilities.scss
Lines 335 to 348 in dcec1df
So this PR improves the explanation by creating a dedicated paragraph that actually explains how to add a new
.order-{breakpoint}-{number}
utility.Type of changes
Checklist
npm run lint
)Live previews
Related issues
Closes #40816