We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c320df commit d33a560Copy full SHA for d33a560
scss/_tables.scss
@@ -40,7 +40,7 @@
40
41
// Highlight border color between thead, tbody and tfoot.
42
> :not(:last-child) > :last-child > * {
43
- border-bottom-color: $table-group-seperator-color;
+ border-bottom-color: $table-group-separator-color;
44
}
45
46
scss/_variables.scss
@@ -507,7 +507,7 @@ $table-border-color: $border-color !default;
507
508
$table-striped-order: odd !default;
509
510
-$table-group-seperator-color: currentColor !default;
+$table-group-separator-color: currentColor !default;
511
512
$table-caption-color: $text-muted !default;
513
0 commit comments