Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorLoïc Goyet <loic.goyet@gensdeconfiance.fr>2019-03-29 22:31:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-29 22:31:23 +0300
commitf2d33cd86b2bc21fba9078e6d0955f5308494ec1 (patch)
tree2ce634201a6e8a2b6299accb9882fe42d324bf32 /scss
parent1752addadfbb538f0f1bfb1ed5792a0c162b1a3b (diff)
Remove scss variable defined twice (#28567)
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index dd141e84a3..89b60c0a96 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -366,7 +366,6 @@ $table-dark-accent-bg: rgba($white, .05) !default;
$table-dark-hover-color: $table-dark-color !default;
$table-dark-hover-bg: rgba($white, .075) !default;
$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;
-$table-dark-color: $white !default;
$table-striped-order: odd !default;