mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Update Sass for computing .table-group-divider border (#36446)
* Update Sass for computing .table-group-divider border * Remove stylelint rule
This commit is contained in:
parent
23c4a96726
commit
4a3c004c34
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
|
||||
.table-group-divider {
|
||||
border-top: calc(2 * $table-border-width) solid $table-group-separator-color; // stylelint-disable-line function-disallowed-list
|
||||
border-top: ($table-border-width * 2) solid $table-group-separator-color;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue