diff options
| author | Patrick H. Lauke <[email protected]> | 2019-07-08 19:05:54 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-10 11:03:54 +0300 |
| commit | 3d72b94ee9a6904ea98d16438b9dbad294f2fdc1 (patch) | |
| tree | eeaf96679ae45a51a48941cde24293e01310d797 | |
| parent | d395dfaafc1d70af50194221722a22114b845c71 (diff) | |
| download | bootstrap-3d72b94ee9a6904ea98d16438b9dbad294f2fdc1.tar.xz bootstrap-3d72b94ee9a6904ea98d16438b9dbad294f2fdc1.zip | |
Add `prefers-reduced-motion` callout to toast documentation (#28993)
x-ref #28987
| -rw-r--r-- | site/docs/4.3/components/toasts.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/docs/4.3/components/toasts.md b/site/docs/4.3/components/toasts.md index 56c6848e9..58b5cb5ca 100644 --- a/site/docs/4.3/components/toasts.md +++ b/site/docs/4.3/components/toasts.md @@ -17,6 +17,8 @@ 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`. +{% include callout-info-prefersreducedmotion.md %} + ## Examples ### Basic |
