Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2022-05-27 00:23:54 +0300
committerGitHub <noreply@github.com>2022-05-27 00:23:54 +0300
commit4a3c004c349ec9b20990c8aa760d12c50c450bbd (patch)
tree2bc08a1d7384b80bae8d50af9975c54a7fb7fcd5
parent23c4a9672616c6b965b8290ca24669f4805437a0 (diff)
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 601d86cc9f..1fdd43c6bb 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;
}
//