Skip to content

Commit

Permalink
Clear duplicated class border-0 (#32925)
Browse files Browse the repository at this point in the history
* Clear duplicated class `border-0`

* Update migration.md

Co-authored-by: Mark Otto <otto@github.com>
  • Loading branch information
k-utsumi and mdo authored Feb 16, 2021
1 parent 3d02602 commit 4d19e0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 7 additions & 3 deletions site/content/docs/5.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 4d19e0e

Please sign in to comment.