aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2022-01-30Change X to ExtraQuy1-1/+1
2022-01-29docs: fix a couple typos found with codespell (#35733)Dimitri Papadopoulos Orfanos2-4/+4
Co-authored-by: XhmikosR <[email protected]>
2022-01-29docs: remove moot autocomplete attributes (#35741)A Web Artisan1-3/+3
2022-01-25Remove duplicate Octicons entry in icons listNeeraj Kumar Das1-3/+1
Update Octicons website
2022-01-25Fix spelling mistake in footer example (#35704)Kirill Zdornyy1-1/+1
2022-01-19Docs: group together reusable CSS for examples in a single stylesheet (#35649)Julien Déramond11-128/+44
* Docs: group together examples reusable CSS in a stylesheet * Use pointer-events utility in sidebars example * Remove @import and move the content into _default/examples.html. Handle 2 sorts of dividers * Remove footers.css extra css declaration * Fix modals example * Review: remove .b-example-hr Co-authored-by: Gaël Poupard <[email protected]>
2022-01-11Update cspell config (#35647)XhmikosR4-4/+4
* specify the files to scan in the config * enable `useGitignore` option * remove a few unneeded suppressions
2022-01-05fixed button text (#35656)Arslan Kalwar1-1/+1
Added button missing text
2022-01-05Fix custom-checkbox and custom-radio in migration doc (#35609)Sakurai Kenji1-2/+3
2022-01-05Fix offcanvas title in 'Enable body scrolling' example (#35621)Neeraj Kumar Das1-1/+1
2022-01-05Remove the useless class of the close button .text-resetzhangchenglin2-9/+9
2022-01-03Bump copyright year to 2022 (#35639)XhmikosR2-4/+4
2021-12-28Update api.md (#35486)Anton1-2/+24
* Wording tweak * Tweak wording Co-authored-by: Patrick H. Lauke <[email protected]>
2021-12-23Add note to carousel crossfade docs about bg color (#35587)XhmikosR1-1/+1
Fixes #35181 Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Gaël Poupard <[email protected]>
2021-12-23Strengthen and expand note about dynamic tabs with dropdown menus (#35588)Patrick H. Lauke1-1/+3
following on from https://github.com/twbs/bootstrap/pull/35213 this - expands the note, making it clear it's not supported - makes it a callout
2021-12-21docs: add reference to sticky-xxl utils (#35579)Kyle Tsang1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2021-12-21fix(docs): typo in Alerts CSS Variables description (#35575)Julien Déramond1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-12-18docs: A fix for CSS Variables and some proposal (#35563)Louis-Maxime Piton5-39/+35
* docs: Fix CSS variables sections * Minor fix for dropdowns * Minor fixes for URLs Co-authored-by: XhmikosR <[email protected]>
2021-12-17Convert alerts to CSS variables (#35401)Mark Otto1-3/+11
Co-authored-by: XhmikosR <[email protected]>
2021-12-16Add sticky bottom utility (#35518)Florian Lacreuse3-5/+34
Co-authored-by: XhmikosR <[email protected]>
2021-12-16docs: Use param to set Bootstrap version in Contents page (#35556)Julien Déramond1-1/+1
2021-12-14docs: Add responsive variations for align-content-between (#35532)Ty Mick1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR8-17/+18
2021-12-07Fix variable name in form overview docs (#35468)Alexander Gitter1-2/+2
These variables are called $input-btn-*, the documentation was erroneously talking about $btn-input-*. Co-authored-by: XhmikosR <[email protected]>
2021-12-07Replace inline styles in example "Dropdowns" (#35483)Anton1-9/+9
2021-12-03Docs offcanvas navbar (#34487)Mark Otto7-59/+89
* Redesign docs navbar to use offcanvas, tweak overall padding while I'm here * Match code snippets to new gutter width * Replace value with docs-specific variable Opted not to do a CSS variable here since on .bd-content it would be inherited into our examples Co-authored-by: XhmikosR <[email protected]>
2021-12-01Dropdown: change doc for `data-bs-popper=none`GeoSot1-1/+1
2021-12-01Update edge-to-edge design instructions (#35446)Ethan Clevenger1-1/+1
Add note about margins to prevent overflow.
2021-11-30Fix variable name in customizing comment (#35414)Christopher Boik1-1/+1
Correct table lightening variable to match the variable name defined and described in the loop variable section above
2021-11-25Update typography.mdFrançois Karman1-1/+1
remove a unnecessary <abbr> tag
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot3-8/+36
Co-authored-by: XhmikosR <[email protected]>
2021-11-23Make footer examples responsive to mobile screens (#35365)Neeraj Kumar Das1-13/+13
2021-11-23Add missing scss/maps imports (#35373)Julien Déramond3-0/+8
Co-authored-by: XhmikosR <[email protected]>
2021-11-15Move reassigned Sass maps for colors to another stylesheet (#34942)Mark Otto4-7/+58
2021-11-15Fix typo in vertical alignment of table cells (#35348)Tobias Nießen1-1/+1
2021-11-09floating-labels: remove aria-label in the select example (#35327)Scott O'Hara1-1/+1
While it is understood that this is just an example, the visible text (label) of "Works with selects" and the `aria-label="Floating label select example"` created a [WCAG 2.5.3 Label in name](https://www.w3.org/WAI/WCAG21/quickref/#label-in-name) failure. As the `aria-label` isn't necessary here since this `select` is already provided an accessible name by its `label` element, removing the unnecessary `aria-label` seems the best course of action as: * removing it solves the WCAG issue * it removes the potential implication to developers that they'd even _need_ an `aria-label` here, let alone indirectly suggesting that it's ok for the visible text and accessible name to be out of alignment
2021-11-05Fix spacing utility classes mentioned in navbar supported content ↵Julien Déramond1-1/+1
documentation (#35328) Co-authored-by: XhmikosR <[email protected]>
2021-11-03Update import stacks required for modifying utilities (#35320)Mark Otto1-0/+10
2021-11-02Add top placement info to offcanvas docskyletsang1-1/+2
2021-11-01Add missing `role="search"` and `type="search"` in navbar doc and examples ↵Julien Déramond11-46/+46
(#35223) * Add missing `role="search"` and `type="search"` in navbar doc and examples * Update site/content/docs/5.1/components/navbar.md * Remove warning callout about ensuring correct search role in navbar doc Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-11-01update grid example docs (#35308)Christian Oliff1-2/+2
2021-10-28images.md: remove zero-width space (#35234)Barabas1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-10-26fix(offcanvas): Adding titles class where missing (#35264)Oxydent1-2/+2
Co-authored-by: louismaximepiton <[email protected]>
2021-10-21Fix typo in RTL Hello World! sentence (#35236)Gaël Poupard2-3/+3
* docs(RTL): fix typo in Hello World! sentence * chore(docs): Cspell arabic words update
2021-10-11Update nuget docs to specify only .NET Framework projects are supported. ↵Jesse Mandel1-1/+1
(#35124) Co-authored-by: XhmikosR <[email protected]>
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR1-1/+1
2021-10-09Bump version to 5.1.3.XhmikosR1-1/+1
2021-10-08ESLint: disable `no-negated-condition` rule (#35137)XhmikosR1-0/+1
2021-10-05Enable `unicorn/prefer-prototype-methods` ruleXhmikosR12-12/+11
2021-10-05Separate container classes from `$enable-grid-classes` option (#35005)Mark Otto2-0/+5
* Separate container classes from enable-grid-classes optoin * Document the new option * Mention in migration guide Co-authored-by: XhmikosR <[email protected]>