aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/utilities
AgeCommit message (Collapse)AuthorFilesLines
2024-03-15docs: mention text transform classes (#39782)XhmikosR1-1/+1
2024-03-06Improve front matter "added" paramsXhmikosR4-3/+8
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
2024-03-06Fix various redirectsXhmikosR1-4/+4
2023-12-22Docs: use consistent HTML elements in Utilities > Background page (#39519)Julien Déramond1-3/+2
2023-10-23Doc: use `.text-bg-{color}` for all badgesJulien Déramond2-2/+2
2023-10-13Docs: fix emphasis text utilities usage in Utilities > Background (#39293)oliv371-1/+1
2023-07-23Docs: Update float responsive examplesChristian Oliff1-4/+5
2023-07-05Fix for text-reset example class name (#38844)Christian Oliff1-1/+1
This example no longer uses muted text Co-authored-by: Julien Déramond <[email protected]>
2023-07-05Improve Text Alignment ExampleChristian Oliff1-4/+5
On the Text alignment example all the text is left-aligned to start with and doesn't change on any viewport change. I think it makes much more sense for it to end-aligned on certain breakpoints. I also added a missing `text-xxl-end` class :-) I didn't use dashes between the breakpoint size names to match the Breakpoints docs (https://getbootstrap.com/docs/5.3/layout/breakpoints/#available-breakpoints)
2023-06-25Explicitly add missing opacity-0 helper class example for clarity.Benedikt Willi1-0/+2
Add a missing opacity-0 helper class example. From existing examples, it wasn't obvious to me that this class exists. This commit makes it a bit more explicit.
2023-05-31Adding a link to `clearfix` (#38528)Thomas Landauer1-0/+2
* Adding a link to `clearfix` * Update float.md * Update float.md --------- Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-04-20Docs: change colors of position marker example to work with dark mode (#38445)Julien Déramond1-2/+2
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond19-35/+39
Co-authored-by: Mark Otto <[email protected]>
2023-03-24Document new .d-inline-grid utilityMark Otto1-0/+2
2023-03-19Fix `placeholder` shortcode color and background params when 'img' markup ↵Julien Déramond1-10/+10
(#38263)
2023-03-10Fix typo in `utilities/colors.md` (#38194)Julien Déramond1-1/+1
2023-03-02Docs: `.text-body-secondary` appears two times in Utilities > ColorsJulien Déramond1-2/+1
2023-03-02Docs: rollback some modification about `.text-muted` deprecation messagesJulien Déramond1-1/+1
2023-03-02Utilities: add 0 value to `link-underline-opacity` (#38131)Louis-Maxime Piton1-2/+3
2023-01-21Docs: tweak icon link and callouts (#37923)Patrick H. Lauke2-4/+8
* Tweak callout for icon link - no need to talk about `alt` for `<img>` since these don't use `<img>` - make start of sentence more readable * Tweak language of dropdown warning callout * Tweak popover warning callout * Tweak rtl warning callouts * Tweak color warning callout * Add/move accessibility callout for color to relevant pages * Update site/content/docs/5.3/helpers/icon-link.md * Update site/layouts/partials/callouts/warning-color-assistive-technologies.md Co-authored-by: Mark Otto <[email protected]>
2023-01-17Proposallouismaximepiton1-0/+1
2023-01-17Harmonize the doclouismaximepiton2-14/+16
2023-01-16Sass docs updates (#37897)Mark Otto4-14/+58
* Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter
2023-01-16TypoMark Otto3-3/+3
2023-01-16Add docs callout for utilities that don't respond to color modesMark Otto3-0/+12
2023-01-16Include variables-dark in the import stacks, plus a customize overview fixMark Otto1-0/+7
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton2-3/+3
2023-01-10Update snippet examples for dark mode (#37834)Mark Otto1-0/+1
* Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR
2023-01-08Docs: add `.fw-medium` utility class exampleA Kriya1-0/+1
2023-01-05Docs: Small enhancements (#37803)Louis-Maxime Piton1-5/+11
* Consistency with the doc * Bring a class to avoid weird behavior * Consistency + Add some explaining text * fix(color)
2023-01-03Add new link utilities, icon link helper, and update colored link helpers ↵Mark Otto1-0/+103
(#37762) * Add new link utilities, update colored link helpers * Remove commented out code * Fixes * Remove examples changes * Fixes and copy * Fix icon-link instances on homepage * Bump bundlewatch * Fix node-sass issue for rgba() function bug * More bundlewatch * One more time after merge * Add callout for a11y * Hover and focus-visible * Add a11y callouts * Remove duplicate for now * More code review feedback
2022-12-28Improve readability in docs flex page (#34647)Ben Koshy1-18/+18
It's not easy to otherwise correlate the examples with the relevant classes: you'd have to mentally count and correlate them. This obviates that need. Please see the image below to see the usefulness of the above. Co-authored-by: Mark Otto <[email protected]>
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR19-0/+2760
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>