diff options
| author | Mark Otto <[email protected]> | 2022-02-28 11:14:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-02-28 11:21:53 -0800 |
| commit | e35980d0092c6c14969f8953cfabd4a8d007bb4e (patch) | |
| tree | 3e9661412ea81bf808f5ddb056732660deb9a038 | |
| parent | 12d49f19b0b4e5735480d8a1c4cf789f16eac24a (diff) | |
| download | bootstrap-e35980d0092c6c14969f8953cfabd4a8d007bb4e.tar.xz bootstrap-e35980d0092c6c14969f8953cfabd4a8d007bb4e.zip | |
Update migration.md
| -rw-r--r-- | site/content/docs/5.1/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md index 0d0d7eeab..f499f4dde 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 |
