.table-group-divider SASS compiled with variable, not with value. v 5.2.0
Created by: shankyag
Prerequisites
-
I have searched for duplicate or closed issues -
I have validated any HTML to avoid common problems -
I have read the contributing guidelines
Describe the issue
.table-group-divider sass variable in calc, so it is not detecting the sass value after compiled in a gulp.
Reduced test cases
.table-group-divider {
border-top: calc(2 * $table-border-width) solid currentcolor;
}
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
v5.2.0