Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/danger-async-methods.md
vendored
Normal file
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/danger-async-methods.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
**All API methods are asynchronous and start a transition.** They return to the caller as soon as the transition is started, but before it ends. In addition, a method call on a transitioning component will be ignored. [Learn more in our JavaScript docs.](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions)
|
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/info-mediaqueries-breakpoints.md
vendored
Normal file
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/info-mediaqueries-breakpoints.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
**Why subtract .02px?** Browsers don't currently support [range context queries](https://www.w3.org/TR/mediaqueries-4/#range-context), so we work around the limitations of [`min-` and `max-` prefixes](https://www.w3.org/TR/mediaqueries-4/#mq-min-max) and viewports with fractional widths (which can occur under certain conditions on high-dpi devices, for instance) by using values with higher precision.
|
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/info-npm-starter.md
vendored
Normal file
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/info-npm-starter.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
**Get started with Bootstrap via npm with our starter project!** Head to the [Sass & JS example](https://github.com/twbs/examples/tree/main/sass-js) template repository to see how to build and customize Bootstrap in your own npm project. Includes Sass compiler, Autoprefixer, Stylelint, PurgeCSS, and Bootstrap Icons.
|
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/info-prefersreducedmotion.md
vendored
Normal file
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/info-prefersreducedmotion.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
The animation effect of this component is dependent on the `prefers-reduced-motion` media query. See the [reduced motion section of our accessibility documentation](/docs/{{ .Site.Params.docs_version }}/getting-started/accessibility/#reduced-motion).
|
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/info-sanitizer.md
vendored
Normal file
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/info-sanitizer.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
By default, this component uses the built-in content sanitizer, which strips out any HTML elements that are not explicitly allowed. See the [sanitizer section in our JavaScript documentation](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#sanitizer) for more details.
|
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md
vendored
Normal file
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
**Accessibility tip:** Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies like screen readers. Please ensure the meaning is obvious from the content itself (e.g., the visible text with a [*sufficient* color contrast](/docs/{{ .Site.Params.docs_version }}/getting-started/accessibility#color-contrast)) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class.
|
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-data-bs-title-vs-title.md
vendored
Normal file
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-data-bs-title-vs-title.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Feel free to use either `title` or `data-bs-title` in your HTML. When `title` is used, Popper will replace it automatically with `data-bs-title` when the element is rendered.
|
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-input-support.md
vendored
Normal file
1
vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-input-support.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Some date inputs types are [not fully supported](https://caniuse.com/input-datetime) by the latest versions of Safari and Firefox.
|
Loading…
Add table
Add a link
Reference in a new issue