From eb3ce56d0ed414e3614d78226c22772c8a89cc4e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Oct 2021 14:24:14 -0700 Subject: [PATCH] Add migration guide mention --- site/content/docs/5.1/migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md index 10d4a4421..718ace30c 100644 --- a/site/content/docs/5.1/migration.md +++ b/site/content/docs/5.1/migration.md @@ -11,6 +11,8 @@ toc: true - **Introduced new `$enable-container-classes` option.** Now when opting into the experimental CSS Grid layout, `.container-*` classes will still be compiled, unless this option is set to `false`. +- **Popovers and tooltips now use CSS variables.** Both components have been updated to use CSS variables on their base classes, `.popover` and `.tooltip`. Some CSS variables have been updated from their Sass counterparts to reduce the number of variables. As a result, three variables have been deprecated in this release: `$popover-arrow-color`, `$popover-arrow-outer-color`, and `$tooltip-arrow-color`. + ## Dependencies - Dropped jQuery.