1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02: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
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,