Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabrus <sabruss@users.noreply.github.com>2022-03-14 03:09:37 +0300
committerMark Otto <otto@github.com>2022-03-14 04:37:32 +0300
commit8fe82c7176a577190f2d69f9cbdd990b7f3c8493 (patch)
tree88e0c69353276d8dda0984a547927a121acd6fae
parent70cb00c349f38025fb8aa5850a71b14bf7f0efd7 (diff)
Remove duplicate entry in migration.md
-rw-r--r--site/content/docs/5.1/migration.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md
index eab64eb6a4..5129a65970 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.1/migration.md
@@ -72,8 +72,6 @@ Your custom Bootstrap CSS builds should now look something like this with a sepa
Read more about CSS variables in each component on their respective documentation pages.
-- **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" >}})
- **Updated several components to use 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. The following components are now built with CSS variables: