aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/utilities/text.md
AgeCommit message (Collapse)AuthorFilesLines
2024-03-15docs: mention text transform classes (#39782)XhmikosR1-1/+1
2023-10-23Doc: use `.text-bg-{color}` for all badgesJulien Déramond1-1/+1
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-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2023-01-16Sass docs updates (#37897)Mark Otto1-4/+8
* Add maps * Redesign scss-docs rendering * Update other CSS sections * Fix linter
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton1-1/+1
2023-01-08Docs: add `.fw-medium` utility class exampleA Kriya1-0/+1
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR1-0/+155
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>