From cd7e5d111102e4422858aa6f255dc243b4cca1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Fri, 14 Feb 2020 20:50:50 +0100 Subject: =?UTF-8?q?Placeholder=20for=20transitions=20reset=20to=20prevent?= =?UTF-8?q?=20code=20duplication=E2=80=A6=20(#29870)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martijn Cuppens Co-authored-by: XhmikosR --- site/content/docs/4.3/migration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'site/content/docs') diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index 4a5d43ede..6517b664d 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -41,6 +41,7 @@ Changes to our source Sass files and compiled CSS. - Line heights are dropped from several components to simplify our codebase. The `button-size()` and `pagination-size()` do not accept line height parameters anymore. [See #29271](https://github.com/twbs/bootstrap/pull/29271) - The `button-variant()` mixin now accepts 3 optional color parameters, for each button state, to override the color provided by `color-yiq()`. By default, these parameters will find which color provides more contrast against the button state's background color with `color-yiq()`. - The `button-outline-variant()` mixin now accepts an additional argument, `$active-color`, for setting the button's active state text color. By default, this parameter will find which color provides more contrast against the button's active background color with `color-yiq()`. +- The `transition()` mixin now extends `%no-transition` placeholder to handle `prefers-reduced-motion` media query-except vendor prefixes listed in new `$pseudo-vendor-prefixes` variable. [See #29870](https://github.com/twbs/bootstrap/pull/29870/) ## JavaScript -- cgit v1.2.3