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:
parent
3d0260268e
commit
4d19e0e8a4
2 changed files with 7 additions and 4 deletions
|
@ -360,7 +360,6 @@ $container-padding-x: $grid-gutter-width / 2 !default;
|
||||||
// scss-docs-start border-variables
|
// scss-docs-start border-variables
|
||||||
$border-width: 1px !default;
|
$border-width: 1px !default;
|
||||||
$border-widths: (
|
$border-widths: (
|
||||||
0: 0,
|
|
||||||
1: 1px,
|
1: 1px,
|
||||||
2: 2px,
|
2: 2px,
|
||||||
3: 3px,
|
3: 3px,
|
||||||
|
|
|
@ -7,11 +7,15 @@ aliases: "/migration/"
|
||||||
toc: true
|
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
|
## v5.0.0-beta2
|
||||||
|
|
||||||
### Sass
|
### Utilities
|
||||||
|
|
||||||
#### Utilities
|
|
||||||
|
|
||||||
- Renamed `--aspect-ratio` to `--bs-aspect-ratio` to be consistent with other custom properties.
|
- 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`.
|
- Extended the `.visually-hidden-focusable` helper to also work on containers, using `:focus-within`.
|
||||||
|
|
Loading…
Reference in a new issue