From 9e97db027ef0cc768b7c37423f653c4647af50f6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 22 Dec 2021 14:37:09 +0200 Subject: Update migration.md --- site/content/docs/5.1/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md index 445dc021ec..a2c85566e6 100644 --- a/site/content/docs/5.1/migration.md +++ b/site/content/docs/5.1/migration.md @@ -56,7 +56,7 @@ Your custom Bootstrap CSS builds should now look something like this with a sepa ### Key changes - **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`. -- **Buttons, navbars, popovers, and tooltips are now built with CSS variables.** While Sass still underpins everything, each of these components have been updated to include several CSS variables on the component base classes (e.g., `.btn`), allowing for more real-time customization of Bootstrap. +- **Alerts, buttons, navbars, popovers, and tooltips are now built with CSS variables.** While Sass still underpins everything, each of these components have been updated to include several CSS variables on the component base classes (e.g., `.btn`), allowing for more real-time customization of Bootstrap. - **Updated our grid systems** so that containers now keep their gutter values, and enabling the experimental CSS Grid no longer removes container classes. ## Dependencies -- cgit v1.2.3