aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge González <[email protected]>2020-06-24 11:28:47 -0500
committerGitHub <[email protected]>2020-06-24 18:28:47 +0200
commitd33a560dd6cad89dc8e54a4b6e4fbea73255ab5c (patch)
treeff3a83d19b6d803bc9c6dff0f2533229feb7d87a
parent9c320df6529e27a0fe358fdaf18adc02d36d1ba4 (diff)
downloadbootstrap-d33a560dd6cad89dc8e54a4b6e4fbea73255ab5c.tar.xz
bootstrap-d33a560dd6cad89dc8e54a4b6e4fbea73255ab5c.zip
Fix table separator typo (#31162)
-rw-r--r--scss/_tables.scss2
-rw-r--r--scss/_variables.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 5ae45ffe8..47ffde166 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -40,7 +40,7 @@
// Highlight border color between thead, tbody and tfoot.
> :not(:last-child) > :last-child > * {
- border-bottom-color: $table-group-seperator-color;
+ border-bottom-color: $table-group-separator-color;
}
}
diff --git a/scss/_variables.scss b/scss/_variables.scss
index d2260850c..707908fa8 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -507,7 +507,7 @@ $table-border-color: $border-color !default;
$table-striped-order: odd !default;
-$table-group-seperator-color: currentColor !default;
+$table-group-separator-color: currentColor !default;
$table-caption-color: $text-muted !default;