aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2023-02-14WIP: New snippet examples (#36309)Mark Otto9-6/+499
* Start work on some new snippet examples * Update for dark mode, fixes * Add images, update descriptions * examples fixes
2023-02-14More updates to migration guideMark Otto1-2/+16
2023-02-14Update form validation styles to use new CSS variables for `color` and ↵Mark Otto1-0/+14
`border-color` (#38044) * Update form validation styles to use new CSS variables for color and border-color * Use better Sass variables
2023-02-14Attempt to fix focus ring being cut off in table of contents (#37965)Mark Otto1-1/+1
* Attempt to fix focus ring being cut off in table of contents * Update _toc.scss --------- Co-authored-by: Patrick H. Lauke <[email protected]>
2023-02-14Docs: Use ESM Popper CDN reference in 'Using Boottrap as a module'Julien Déramond1-1/+1
2023-02-13Docs: Progress fix + proposal (#38014)Louis-Maxime Piton1-2/+2
* Fix + proposal * fix(review) --------- Co-authored-by: Patrick H. Lauke <[email protected]>
2023-02-13Docs: uniformize disabled nav links for underline navJulien Déramond1-1/+1
2023-02-04Remove redundant space in forms/validation.md汪心禾1-1/+1
2023-02-04Add mention to migration guideMark Otto1-0/+2
2023-01-28Migration guide changes for v5.3.0-alpha2 (#37862)Mark Otto1-1/+67
* WIP * More changes mentioned * more * mention dropdown-menu-dark deprecation * More edits
2023-01-21Docs: tweak icon link and callouts (#37923)Patrick H. Lauke7-9/+17
* 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-21Proposal to rename the CSS and Sass variableslouismaximepiton3-20/+20
2023-01-21Docs: add overflow and text color info to progress bar page (#37921)Patrick H. Lauke1-0/+33
* Docs: add overflow and text color info to progress bar page * Add example/reference for color & background helper use * Add mention of color modes/dark mode * Tweak link text
2023-01-21fix typo in gutters doc (#37918)ChellyAhmed1-1/+1
* fix typo in gutters doc * Update site/content/docs/5.3/layout/gutters.md Co-authored-by: Mark Otto <[email protected]>
2023-01-17Proposallouismaximepiton1-0/+1
2023-01-17Proposallouismaximepiton2-20/+20
2023-01-17Harmonize the doclouismaximepiton3-14/+18
2023-01-16Sass docs updates (#37897)Mark Otto17-45/+89
* 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 Otto3-0/+10
2023-01-16Fix `.form-control` in dark mode (#37893)Mark Otto1-6/+0
* Fix .form-control in dark mode * Remove CSS vars from docs
2023-01-16Update grid examplelouismaximepiton1-4/+4
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton42-219/+219
2023-01-15Changed ```popover``` to ```tooltip``` in docsMaciej Kubień1-3/+3
Changed ```popover``` to ```tooltip``` in tooltip component docs page.
2023-01-15Move form-text paragraph to Form control page instead of overview to have ↵Issermann Hannah2-36/+36
teh documentation in the same page than sass variables.
2023-01-12Docs: update progress markup in Color modes pageJulien Déramond1-4/+4
2023-01-11Mention deprecated classes for color mode on offcanvasMark Otto1-1/+5
2023-01-11Docs: fix broken links in Color modes pageJulien Déramond1-3/+3
2023-01-11docs: updates `.text-*-left` changesCatalin Zalog1-1/+1
2023-01-10Update colored links, add new `.link-body-emphasis` helper (#37833)Mark Otto1-0/+6
* Rewrite colored links to use color property again instead of --bs-link-color-rgb value because nav links and more do not set --bs-link-color-rgb * Update bundlewatch * Document it Co-authored-by: Julien Déramond <[email protected]>
2023-01-10Update snippet examples for dark mode (#37834)Mark Otto14-315/+469
* Update snippet examples for dark mode * Fix markup * Review comments * undo colored links docs from this PR
2023-01-10Docs: fix typo in migration guideJulien Déramond1-1/+1
2023-01-08Docs: add `.fw-medium` utility class exampleA Kriya1-0/+1
2023-01-07Docs: missing deprecated callout for `list-group-item-variant()` mixinJulien Déramond1-0/+2
2023-01-05Docs: Small enhancements (#37803)Louis-Maxime Piton2-6/+12
* Consistency with the doc * Bring a class to avoid weird behavior * Consistency + Add some explaining text * fix(color)
2023-01-05Docs: enhance colors description tableJulien Déramond1-28/+28
2023-01-04Docs: replace `twbs/bootstrap-npm-starter` by ↵Julien Déramond2-25/+71
`twbs/examples/tree/main/icons-font` (#37671) * Docs: replace twbs/bootstrap-npm-starter by twbs/examples/tree/main/icons-font * Revamp starter template to use new .icon-link, fix Bootstrap icon and text at top * Remove extra CSS file * Change links to twbs/examples * Fix icon name * Adjust icon link offset to more reasonable and scaling distance Co-authored-by: Mark Otto <[email protected]>
2023-01-04Include twbs/examples in the Examples pageMark Otto1-23/+38
2023-01-03Add new link utilities, icon link helper, and update colored link helpers ↵Mark Otto5-20/+195
(#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
2023-01-03Rewrite some callouts to remove most headings and reduce their contentMark Otto9-58/+26
2023-01-03Docs: fix accordion flush descriptionJulien Déramond1-1/+1
2023-01-03Add webpack build to webpack guideJulien Déramond1-2/+9
2023-01-03Docs: add explanation of the base `.btn` class (#37275)Patrick H. Lauke1-1/+15
* Docs: add explanation of the base `.btn` class and a callout reminding authors to at least define some focus styling if they intend to use it "naked" * Turn callout into a warning * Add initial heading * Tweak callout wording
2023-01-02fix live toast demo (#37590)AucT1-3/+3
* fix live toast demo * Fix live toast demo * Update snippets.js * Update toasts.md * Update snippets.js * Code review comments addressed Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-01-02Docs: add CSS variables section in close button sectionJulien Déramond1-1/+9
2023-01-02Docs: offcanvas toggles accessibility fixes, fully hide layout template inputLouis-Maxime Piton2-6/+6
Co-authored-by: Patrick H. Lauke <[email protected]>
2023-01-02Update tooltips.mdXhmikosR1-2/+1
2023-01-01Docs: remove remnants of Twitter / bump dates (#37779)Patrick H. Lauke2-10/+6
2022-12-30Docs: Remove unnecessary `id`/`aria-labelledby` from accordion examplesPatrick H. Lauke1-18/+18
Follow-up to https://github.com/twbs/bootstrap/pull/37718