Skip to content

Commit d33a560

Browse files
authored
Fix table separator typo (twbs#31162)
1 parent 9c320df commit d33a560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/_tables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
// Highlight border color between thead, tbody and tfoot.
4242
> :not(:last-child) > :last-child > * {
43-
border-bottom-color: $table-group-seperator-color;
43+
border-bottom-color: $table-group-separator-color;
4444
}
4545
}
4646

scss/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ $table-border-color: $border-color !default;
507507

508508
$table-striped-order: odd !default;
509509

510-
$table-group-seperator-color: currentColor !default;
510+
$table-group-separator-color: currentColor !default;
511511

512512
$table-caption-color: $text-muted !default;
513513

0 commit comments

Comments
 (0)