1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Clear duplicated class border-0 (#32925)

* Clear duplicated class `border-0`

* Update migration.md

Co-authored-by: Mark Otto <otto@github.com>
This commit is contained in:
k-utsumi 2021-02-16 15:05:09 +09:00 committed by GitHub
parent 3d0260268e
commit 4d19e0e8a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View file

@ -360,7 +360,6 @@ $container-padding-x: $grid-gutter-width / 2 !default;
// scss-docs-start border-variables
$border-width: 1px !default;
$border-widths: (
0: 0,
1: 1px,
2: 2px,
3: 3px,

View file

@ -7,11 +7,15 @@ aliases: "/migration/"
toc: true
---
## v5.0.0-beta3
### Utilities
- Dropped the `0` entry in `$border-widths` map to remove the duplicated `.border-0` class.
## v5.0.0-beta2
### Sass
#### Utilities
### 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`.