From 3d72b94ee9a6904ea98d16438b9dbad294f2fdc1 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 8 Jul 2019 19:05:54 +0100 Subject: [PATCH] Add `prefers-reduced-motion` callout to toast documentation (#28993) x-ref #28987 --- site/docs/4.3/components/toasts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/4.3/components/toasts.md b/site/docs/4.3/components/toasts.md index 56c6848e98..58b5cb5cae 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