1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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:
Mark Otto 2022-05-26 14:23:54 -07:00 committed by GitHub
parent 23c4a96726
commit 4a3c004c34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
//