aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/layouts/partials/callouts
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/partials/callouts')
-rw-r--r--vendor/twbs/bootstrap/site/layouts/partials/callouts/danger-async-methods.md6
-rw-r--r--vendor/twbs/bootstrap/site/layouts/partials/callouts/info-npm-starter.md2
-rw-r--r--vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md4
-rw-r--r--vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-input-support.md4
4 files changed, 4 insertions, 12 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/callouts/danger-async-methods.md b/vendor/twbs/bootstrap/site/layouts/partials/callouts/danger-async-methods.md
index c8afdc2df..f067502d3 100644
--- a/vendor/twbs/bootstrap/site/layouts/partials/callouts/danger-async-methods.md
+++ b/vendor/twbs/bootstrap/site/layouts/partials/callouts/danger-async-methods.md
@@ -1,5 +1 @@
-#### Asynchronous methods and transitions
-
-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**.
-
-[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions).
+**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)
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/callouts/info-npm-starter.md b/vendor/twbs/bootstrap/site/layouts/partials/callouts/info-npm-starter.md
index bbd3897b5..cc4a50e68 100644
--- a/vendor/twbs/bootstrap/site/layouts/partials/callouts/info-npm-starter.md
+++ b/vendor/twbs/bootstrap/site/layouts/partials/callouts/info-npm-starter.md
@@ -1 +1 @@
-**Get started with Bootstrap via npm with our starter project!** Head to the [twbs/bootstrap-npm-starter](https://github.com/twbs/bootstrap-npm-starter) template repository to see how to build and customize Bootstrap in your own npm project. Includes Sass compiler, Autoprefixer, Stylelint, PurgeCSS, and Bootstrap Icons.
+**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.
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md b/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md
index 35683281d..aaa6f64c8 100644
--- a/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md
+++ b/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md
@@ -1,3 +1 @@
-##### Conveying meaning to assistive technologies
-
-Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the `.visually-hidden` class.
+**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) or is included through alternative means, such as additional text hidden with the `.visually-hidden` class. \ No newline at end of file
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-input-support.md b/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-input-support.md
index 7b0c8b412..f9d9c0abd 100644
--- a/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-input-support.md
+++ b/vendor/twbs/bootstrap/site/layouts/partials/callouts/warning-input-support.md
@@ -1,3 +1 @@
-##### Date & color input support
-
-Keep in mind date inputs are [not fully supported](https://caniuse.com/input-datetime) by all browsers, namely Safari.
+Some date inputs types are [not fully supported](https://caniuse.com/input-datetime) by the latest versions of Safari and Firefox.