Skip to content

Commit

Permalink
Update Sass for computing .table-group-divider border (#36446)
Browse files Browse the repository at this point in the history
* Update Sass for computing .table-group-divider border

* Remove stylelint rule
  • Loading branch information
mdo committed May 26, 2022
1 parent 23c4a96 commit 4a3c004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_tables.scss
Expand Up @@ -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;
}

//
Expand Down

0 comments on commit 4a3c004

Please sign in to comment.