aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-06-27use only data target to query elements in our pluginfeat/data-targetJohann-S6-72/+73
2020-06-27Add code to method/property tables (#31130)Patrick H. Lauke10-139/+139
Co-authored-by: XhmikosR <[email protected]>
2020-06-24Floating labels improvements (#30966)Gaël Poupard1-7/+13
* docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS
2020-06-21Docs: move color utility callouts to start of page (#31135)Patrick H. Lauke1-10/+10
* Move color utility callouts to start of page Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes. * Change heading level otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading
2020-06-20Correctly document how to add to Sass maps (#31107)Mark Otto1-2/+6
Fixes #31089. Co-authored-by: XhmikosR <[email protected]>
2020-06-19Updated the command to install using yarn (#31075)Mattonit1-1/+1
* updated yarn command to install latest version * Update README.md Co-authored-by: XhmikosR <[email protected]>
2020-06-19Fix links to gutters page (#31116)Quy1-2/+2
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke4-12/+14
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-19Docs: fix typo (#31106)Hiws1-1/+1
* Fixes a typo so it displays the correct px's. * Update gutters.md Co-authored-by: XhmikosR <[email protected]>
2020-06-18Fix typo (#31102)Nic Johnson1-1/+1
2020-06-18Add new toasts examples (#30572)Mark Otto1-0/+50
* Add two new toasts examples - Adds a new custom content example that removes the toast header and adds a custom close icon - Adds docs for how to create your own color schemes - Adds example of additional buttons * Update toasts examples - Remove span and place aria on SVG element - Add .border-0 to color scheme example for crisper edges * Update toasts.md Co-authored-by: XhmikosR <[email protected]>
2020-06-18Fix Stack Overflow tag (#31062)Christian Studer1-1/+1
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+11
Co-authored-by: XhmikosR <[email protected]>
2020-06-17Add oxford commasMark Otto1-2/+2
2020-06-17Docs: tweak accessibility sectionPatrick H. Lauke1-5/+7
- point to WCAG 2.1 rather than 2.0 - soften/expand the language around color contrast, since the situation has definitely improved in v5 but we still can't guarantee all possible permutations of colors/opacities/etc - minor language/stylistic tweaks - add further resources
2020-06-17Typo fix : depedending ⮞ dependingBruno Baguette1-1/+1
2020-06-17Typo fix : individiual ⮞ individualBruno Baguette1-1/+1
2020-06-17Typo fix : ocassions ⮞ occasionsBruno Baguette1-1/+1
2020-06-17Several typo fixes (#31077)Bruno Baguette1-2/+2
* Typo fix : thesse ⮞ these * Several typo fixes verical ⮞ vertical availble ⮞ available thesse ⮞ these
2020-06-17Docs: clarify rationale for button group on links (#31071)Patrick H. Lauke1-2/+2
2020-06-17Docs: fix old/broken example capture and typo (#31070)Patrick H. Lauke1-5/+4
* Docs: fix old/broken example capture and typo * Make example less broken-looking don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control Co-authored-by: XhmikosR <[email protected]>
2020-06-16Prepare docs for v5.getbootstrap.comXhmikosR1-1/+1
* use v5.getbootstrap.com as the site URL/CNAME * block robots from crawling * specify next npm tag
2020-06-16v5: Add role=button cursor in Reboot (#31040)Mark Otto1-0/+9
* v5: Add role=button cursor in Reboot Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility. * Update reboot.md Co-authored-by: XhmikosR <[email protected]>
2020-06-16Fix typo (#31051)Quy1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-06-16Fix BootstrapCDN's name (#31049)XhmikosR1-1/+1
2020-06-16Fix a broken link and a redirect. (#31045)XhmikosR1-1/+1
2020-06-15Switch to btn-checkMartijn Cuppens3-16/+16
2020-06-15Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens4-41/+83
2020-06-14Update index.htmlJonathan1-2/+2
Hyphen to minus for amount. Hyphen to dash for ranges.
2020-06-14Change breakpoint-max implementationMartijn Cuppens2-7/+16
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
2020-06-14docs(examples): fix pricing exampleGaël Poupard2-17/+10
2020-06-14docs(examples): improve headings hierarchyGaël Poupard1-1/+1
2020-06-14docs(examples): empty alt for screenshots to prevent redundancyGaël Poupard1-1/+1
2020-06-14Run dist on latestMark Otto1-0/+12
2020-06-12v5: Redo blockquote attributions (#30814)Mark Otto3-40/+52
* v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-06-11docs(layout): drop useless .text-left on overview tableGaël Poupard1-15/+15
2020-06-09Update docs for navsRohit Sharma1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma2-20/+20
- Closes #28423
2020-06-04Add role="dialog" in modals via JavaScript (#30936)Rohit Sharma1-23/+23
2020-06-03Read validate-forms.js from assets.XhmikosR1-20/+6
2020-06-03Fix forms validation snippets.XhmikosR1-2/+2
2020-05-31Restore word-break: break-word on .text-break to fix text breaking on flex ↵Mark Otto1-1/+1
containers (#30932)
2020-05-30Add `space-evenly` option for `justify-content` (#30910)Edson Jr2-1/+16
2020-05-26Apply utilities in docs styles (#30866)Gaël Poupard1-15/+15
* docs(theming): apply utilities where possible * Update docs-sidebar.html Co-authored-by: XhmikosR <[email protected]>
2020-05-26Update grid.mdXhmikosR1-2/+2
Fix docsref links
2020-05-26examples: remove no longer used classes. (#30894)XhmikosR1-4/+4
2020-05-20v5: Make navbar active links consistent (#30831)Mark Otto1-20/+20
* Update navbar docs to put .active class on .nav-link Fixes #30652 in v5. * Remove two selectors from navbar nav that are either unused, or duplicative Co-authored-by: XhmikosR <[email protected]>
2020-05-20docs(customize/sass): dark color-contrast is #212529 as of nowGaël Poupard1-1/+1
2020-05-20docs(customize/colors): dump grays swatches (unused) and merge -500 in swatchesGaël Poupard1-1/+1
2020-05-20docs(contrasts): move content after rebasing masterGaël Poupard2-3/+5