aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-05-26 14:23:54 -0700
committerGitHub <[email protected]>2022-05-26 14:23:54 -0700
commit4a3c004c349ec9b20990c8aa760d12c50c450bbd (patch)
tree2bc08a1d7384b80bae8d50af9975c54a7fb7fcd5
parent23c4a9672616c6b965b8290ca24669f4805437a0 (diff)
downloadbootstrap-4a3c004c349ec9b20990c8aa760d12c50c450bbd.tar.xz
bootstrap-4a3c004c349ec9b20990c8aa760d12c50c450bbd.zip
Update Sass for computing `.table-group-divider` border (#36446)
* Update Sass for computing .table-group-divider border * Remove stylelint rule
-rw-r--r--scss/_tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 601d86cc9..1fdd43c6b 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -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;
}
//