aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-10-25Explicitly mention emoji fonts, tweak sentence in typography (#31960)Patrick H. Lauke2-1/+3
2020-10-22Move `href` attribute first (#31835)XhmikosR2-3/+3
2020-10-20Update optimize.mdXhmikosR1-3/+4
For some weird reason, using "Exports" as the callout header leads to TypeError coming from clipboard.js
2020-10-20mention default export in our docs optimize sectionJohann-S1-11/+22
2020-10-20Update docs example on how to optimize JavaScript bundlePascal Pepe1-6/+12
2020-10-19Small typo - remove the unnecessary "the" (#31932)Patrick H. Lauke1-1/+1
2020-10-19docs: switch to fenced codeblocks (#31806)XhmikosR43-446/+494
2020-10-19docs(migration): mention spinners slow down (#31929)Gaël Poupard1-0/+1
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard2-0/+6
* feat(reboot): apply smooth-scroll when not prefers-reduced-motion * docs(migration): mention scroll-behavior in alpha3 * docs(accessibility): mention scroll-behavior in reduced motion section * docs(accessibility): rewording smooth scroll sentence * feat(variable): introduce enable-smooth-scroll variable * docs(accessibility): reword smooth-scroll sentence Co-authored-by: XhmikosR <[email protected]>
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard2-1/+5
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2020-10-19docs(forms): use a legend for fieldset instead of aria-labelGaël Poupard1-1/+2
2020-10-19docs(forms): fix incorrect legend nesting in fieldsetGaël Poupard1-22/+20
2020-10-19docs(forms): drop useless text faking a label in horizontal forms exampleGaël Poupard1-2/+1
2020-10-19docs: switch to suggesting jsDelivr as a CDN (#31894)XhmikosR3-5/+5
2020-10-14Remove redundant visually hidden "(current)" from pagination controls (#31892)Patrick H. Lauke1-13/+4
* Replace visually hidden span with aria-current in tests * Remove redundant visually hidden "(current)" when `aria-current` already used Closes #31891
2020-10-13Update copy and add utilities to exampleMark Otto1-3/+3
2020-10-13Adding overflow visible as utilGaurav Behere1-1/+9
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR34-130/+130
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-13Split up dropdown sizing docs to improve rendering (#31861)Mark Otto1-55/+55
- Drop the included .btn-toolbar, no need - Split large and small button examples Closes #31841 Co-authored-by: XhmikosR <[email protected]>
2020-10-13Colors rewrite (#30622)Martijn Cuppens2-6/+19
2020-10-12Improve callout shortcode. (#31802)XhmikosR34-130/+130
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-10-05docs: fix contrast color against `.bg-info` (#31839)Gaël Poupard4-6/+6
* docs(badge): ensure info badge's contrast * docs(colors): fix contrasts in example using .bg-info * Update card.md Co-authored-by: XhmikosR <[email protected]>
2020-10-05carousel: add missing `to` description and fix `nextwhenvisible` description ↵Ankit Mishra1-0/+4
(#31809)
2020-10-02Explain the "dispose" method appropriately (#30838)Rohit Sharma9-9/+9
2020-09-30Update btn-close-white docs to filter (not backdrop-filter) (#31796)Christian Oliff2-2/+2
This PR fixes an error in the v5 docs. The btn-close-white class actually uses the filter (not backdrop-filter)
2020-09-30webpack.md: Replace "both of them" with "it" (#31794)Justin1-1/+1
:tada: Yay! I helped! Co-authored-by: XhmikosR <[email protected]>
2020-09-30validation.md: fix _validation.scss file reference (#31795)Mopsan1-1/+1
2020-09-29docs(Modal): Add xxl fullscreen example (#31583)Kyle Tsang1-0/+22
* docs(Modal): Add xxl fullscreen example * Update modal.md Co-authored-by: XhmikosR <[email protected]>
2020-09-29Fix disabled checkbox toggle buttons (#31651)Nikita Mikhaylov1-2/+10
* fix disabled checkbox toggle buttons * add disabled checks-radios examples in documentation Co-authored-by: XhmikosR <[email protected]>
2020-09-29v5: Add disabled examples for .form-control, .form-select, and .form-range ↵Mark Otto3-0/+31
(#31686) * Add disabled state example to the .form-control page * Document disabled attribute on select too * Add disabled example for file input Co-authored-by: XhmikosR <[email protected]>
2020-09-29Change grid classes to utilities to make vertical nav example more resilient ↵Mark Otto1-37/+29
to narrow viewports (#31785) Co-authored-by: XhmikosR <[email protected]>
2020-09-28Replace ellipsis Unicode symbol with three dots. (#31774)XhmikosR1-2/+2
2020-09-28Tweak versions page columns (#31754)XhmikosR1-1/+1
2020-09-28Minor wording fixesXhmikosR1-7/+7
2020-09-28Fix linksXhmikosR1-20/+20
2020-09-28v5 alpha 2 migration guide updatesMark Otto1-12/+52
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto1-0/+44
* Replace existing carousel control icons with chevrons from Bootstrap Icons * Add .carousel-dark variant * Test * Add variable for .carousel-dark filter * Update _variables.scss Co-authored-by: XhmikosR <[email protected]>
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto1-0/+46
* Add .dropdown-menu-dark * Match background color to navbar dark * Update docs to include a navbar example * Update dropdowns.md Co-authored-by: XhmikosR <[email protected]>
2020-09-23Updates to .ratio selectors and docsMark Otto2-9/+12
- Remove group selector for ratio items - Drop the .ratio-item entirely - Update docs to explain updated approach - Update Migration guide to reflect the latest
2020-09-23Add example of responsive behavior for aspect ratiosMark Otto1-0/+17
2020-09-23Move styles to docs CSSMark Otto1-7/+7
2020-09-23Rename the classes and docs page, update everything accordinglyMark Otto3-66/+66
2020-09-23Updates responsive embeds with new class names and CSS variablesMark Otto2-21/+37
- Renames .embed-responsive-XbyY classes to .embed-responsive-XxY - Simplifies the Sass map to just be key and value, ratio and percentage - Builds .embed-responsive-* modifiers with CSS variables - Updates docs to show power of CSS variables - Add notes to the Migration guide
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto3-42/+34
some more close examples, and add a new .btn-close-white variant
2020-09-22Update some close button examplesMark Otto2-7/+3
2020-09-22Add details to the Migration pageMark Otto1-0/+6
2020-09-22Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto3-68/+23
focus state
2020-09-20Extra position utilities (#31280)Jaume Sala1-1/+83
* Extra position utilities Given that there are utilities for the *position* property, it seems logic to have utilities for the *top*, *left*, *bottom* and *right* propertires. * Update extra position utilities * add default position values map * tweak examples * add real life examples * fix double colon Co-authored-by: XhmikosR <[email protected]>
2020-09-18Update webpack.mdXhmikosR1-11/+21
Format snippets
2020-09-18Update webpack.mdMatthew Orahood1-4/+6
potcss-loader now uses the `postcssOptions` key. https://www.npmjs.com/package/postcss-loader