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:
authork-utsumi <k-utsumi@users.noreply.github.com>2021-02-16 09:05:09 +0300
committerGitHub <noreply@github.com>2021-02-16 09:05:09 +0300
commit4d19e0e8a49e887f007a1e5a147d900d15f61a9c (patch)
tree18b05a0dd9b680cb35062bf5f3a11b59242655ca /site/content
parent3d0260268edb888218b898733de43fe8b9398439 (diff)
Clear duplicated class `border-0` (#32925)
* Clear duplicated class `border-0` * Update migration.md Co-authored-by: Mark Otto <otto@github.com>
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.0/migration.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 99a9c9e38c..94f2214d70 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -7,11 +7,15 @@ aliases: "/migration/"
toc: true
---
-## v5.0.0-beta2
+## v5.0.0-beta3
-### Sass
+### Utilities
+
+- Dropped the `0` entry in `$border-widths` map to remove the duplicated `.border-0` class.
-#### Utilities
+## v5.0.0-beta2
+
+### Utilities
- Renamed `--aspect-ratio` to `--bs-aspect-ratio` to be consistent with other custom properties.
- Extended the `.visually-hidden-focusable` helper to also work on containers, using `:focus-within`.