Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2019-07-08 21:05:54 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-08 21:05:53 +0300
commit53a3d449fde0a06a47ccc553dcac5a5a51b6af26 (patch)
treed62130a68b838f1cc9c1d14c23a0874f647ace8d /site
parent08bddb8743cb5328c9211e93898aff9ecba88c80 (diff)
Add `prefers-reduced-motion` callout to toast documentation (#28993)
x-ref #28987
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/4.3/components/toasts.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/content/docs/4.3/components/toasts.md b/site/content/docs/4.3/components/toasts.md
index ae53d9d451..73abee96e8 100644
--- a/site/content/docs/4.3/components/toasts.md
+++ b/site/content/docs/4.3/components/toasts.md
@@ -16,6 +16,10 @@ Things to know when using the toast plugin:
- **Please note that you are responsible for positioning toasts.**
- Toasts will automatically hide if you do not specify `autohide: false`.
+{{< callout info >}}
+{{< partial "callout-info-prefersreducedmotion.md" >}}
+{{< /callout >}}
+
## Examples
### Basic