From: Mark Otto Date: Mon, 28 Feb 2022 19:14:55 +0000 (-0800) Subject: Update migration.md X-Git-Tag: v5.2.0-beta1~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35980d0092c6c14969f8953cfabd4a8d007bb4e;p=thirdparty%2Fbootstrap.git Update migration.md --- diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md index 0d0d7eeab4..f499f4dde9 100644 --- a/site/content/docs/5.1/migration.md +++ b/site/content/docs/5.1/migration.md @@ -56,6 +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`. +- **Thicker table dividers are now opt-in.** We've removed the thicker and more difficult to override border between table groups and moved it to an optional class you can apply, `.table-group-divider`. [See the table docs for an example.]({{< docsref "/content/tables#table-group-dividers" >}}) ## Dependencies