diff options
| author | Patrick H. Lauke <[email protected]> | 2019-07-08 19:05:54 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-08 21:05:53 +0300 |
| commit | 53a3d449fde0a06a47ccc553dcac5a5a51b6af26 (patch) | |
| tree | d62130a68b838f1cc9c1d14c23a0874f647ace8d | |
| parent | 08bddb8743cb5328c9211e93898aff9ecba88c80 (diff) | |
| download | bootstrap-53a3d449fde0a06a47ccc553dcac5a5a51b6af26.tar.xz bootstrap-53a3d449fde0a06a47ccc553dcac5a5a51b6af26.zip | |
Add `prefers-reduced-motion` callout to toast documentation (#28993)
x-ref #28987
| -rw-r--r-- | site/content/docs/4.3/components/toasts.md | 4 |
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 ae53d9d45..73abee96e 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 |
