]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clear duplicated class `border-0` (#32925)
authork-utsumi <k-utsumi@users.noreply.github.com>
Tue, 16 Feb 2021 06:05:09 +0000 (15:05 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 06:05:09 +0000 (08:05 +0200)
* Clear duplicated class `border-0`

* Update migration.md

Co-authored-by: Mark Otto <otto@github.com>
scss/_variables.scss
site/content/docs/5.0/migration.md

index 94e9850955ca9dbcb83c219c15e5b6305fb19332..3fcba715b54742d8a60c57334fed20902bf01a54 100644 (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,
index 99a9c9e38ce5b40c28aa31fe393d724ea61837e5..94f2214d70b6befbbab90ab98a886f55acfb3820 100644 (file)
@@ -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`.