1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Use --bs-border-width for some components (#37344)

* Update _variables.scss

adds variable border-width to some components.
to combine utility borders (border-1, boder-2, ...) on these.

like "card border-2", "alert border-4" , ...

* add more border-width

* fix lint & bundlewatch
This commit is contained in:
jonnysp
2022-10-23 06:13:13 +02:00
committed by GitHub
parent 0968db8099
commit 7cb376a8fd
2 changed files with 16 additions and 16 deletions

View File

@@ -42,7 +42,7 @@
}
.table-group-divider {
border-top: ($table-border-width * 2) solid $table-group-separator-color;
border-top: calc($table-border-width * 2) solid $table-group-separator-color; // stylelint-disable-line function-disallowed-list
}
//