From 9866053f0ce44721c11990c9f9407e7428757c99 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 May 2019 14:21:36 +0200 Subject: update bootstrap to version 4.3.1 --- .../bootstrap/site/_includes/callout-info-prefersreducedmotion.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md (limited to 'vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md') diff --git a/vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md b/vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md new file mode 100644 index 000000000..9c3090376 --- /dev/null +++ b/vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md @@ -0,0 +1,4 @@ +{% capture callout %} +The animation effect of this component is dependent on the `prefers-reduced-motion` media query. See the [reduced motion section of our accessibility documentation]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/accessibility/#reduced-motion). +{% endcapture %} +{% include callout.html content=callout type="info" %} -- cgit v1.2.3